nixfiles/libs/core/lib/never/default.nix
Sebastian Walz 860d31cee1
Tohu vaBohu
2023-04-21 00:22:52 +02:00

6 lines
208 B
Nix

{ error, type, ... } @ core:
type "never"
{
isInstanceOf = x: false;
#never = error.panic "Cannot assign the bottom type to anything!";
}