dhall-nix-lib/runtime.nix

7 lines
95 B
Nix

{
primops = {
toAny = _: v: v;
toTypeUnchecked = _: v: v;
};
inherit builtins;
}