6 lines
142 B
Text
6 lines
142 B
Text
λ(nix : ../NixPrelude.dhall) →
|
|
let Set = ./Type.dhall
|
|
|
|
let mergeAttrs = nix.primops.mergeAttrs : Set → Set → Set
|
|
|
|
in mergeAttrs
|