Added more comments to the code
This commit is contained in:
parent
8065576c31
commit
5daa5573f2
3 changed files with 18 additions and 9 deletions
|
|
@ -1,2 +1,3 @@
|
|||
fun : Mono Int -> Mono Int ;
|
||||
fun = \x. x ;
|
||||
fun = let f = \x. x in f 3 ;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue