dhall-nix-lib/Set/mergeAttrs.dhall

7 lines
142 B
Text
Raw Normal View History

2022-09-08 18:49:47 +00:00
λ(nix : ../NixPrelude.dhall) →
let Set = ./Type.dhall
2022-09-09 08:07:20 +00:00
let mergeAttrs = nix.primops.mergeAttrs : Set → Set → Set
2022-09-08 18:49:47 +00:00
in mergeAttrs