Join Slack
Powered by
so a lambda type can't be written as `rule: T ->...
# getting-started
p
poohbar
12/09/2016, 3:41 AM
so a lambda
type
can't be written as
rule: T -> Boolean
, it has to be
rule: (T) -> Boolean
but lambda
definition
has to be
x -> false
, because
(x) -> false
means destructuring. WTH?
👍 2
Open in Slack
Previous
Next