Add implicit foralls for bidir, update and unify pipeline
This commit is contained in:
parent
12bca1c32d
commit
9870802371
33 changed files with 1010 additions and 1055 deletions
10
sample-programs/basic-10.crf
Normal file
10
sample-programs/basic-10.crf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
|
||||
applyId : (forall a. a -> a) -> a -> a
|
||||
applyId f x = f x
|
||||
|
||||
id : a -> a
|
||||
id x = x
|
||||
|
||||
main = applyId id 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue