Added .crf to every sample-program
This commit is contained in:
parent
9ea3a3dc56
commit
ccfae19541
10 changed files with 23 additions and 23 deletions
2
sample-programs/basic-4.crf
Normal file
2
sample-programs/basic-4.crf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
f : Int -> Int ;
|
||||
f x = let g = (\y. y+1) in g (g x)
|
||||
Loading…
Add table
Add a link
Reference in a new issue