chris-martin / bricks

Bricks is a lazy functional language based on Nix.
https://hackage.haskell.org/package/bricks
6 stars 1 forks source link

Disallow empty 'inherit' #17

Open chris-martin opened 6 years ago

chris-martin commented 6 years ago

{ inherit; } is currently a valid expression, as it is in Nix. But I don't think it ought to be.

chris-martin commented 6 years ago

let expressions with no bindings are also supported in Nix, but I want to disallow them here.