7 lines
95 B
Nix
7 lines
95 B
Nix
{
|
|
primops = {
|
|
toAny = _: v: v;
|
|
toTypeUnchecked = _: v: v;
|
|
};
|
|
inherit builtins;
|
|
}
|