-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kamil Adam edited this page Aug 17, 2023
·
17 revisions
Welcome to the catculus wiki!
[,a ,b ,c ]
Desugared
(,a ,b ,c .)
,
is V
combinator
{
;val1 (a b)
;val2 (a b c)
val1 val2
}
Desugared
(
&(a b) \val1
&(a b c) \val2
val1 val2
)
`&` is `T` combinator