nixfiles/libs/core/lib/never/default.nix
Sebastian Walz 9f7b02e1cd
Tohu vaBohu
2023-04-03 14:38:02 +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!";
}