mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 08:27:03 +03:00
38622b28d1
- Closes #1637. A function type signature is now allowed to have a body. This is valid for both top level and let definitions. ``` not : Bool -> Bool := λ { | true := false | false := true }; ``` |
||
---|---|---|
.. | ||
Negative.hs | ||
Positive.hs |