forked from lix-project/lix
5 lines
45 B
Nix
5 lines
45 B
Nix
let
|
|
r = [];
|
|
x = builtins.throw r;
|
|
in
|
|
x
|