Skip to content

Commit

Permalink
Fix a syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Mével committed Feb 16, 2018
1 parent 99e0225 commit 3eb98d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion over_application.lambda
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
let id = fun x -> x
let id = fun x -> x in
print (id id 42)

0 comments on commit 3eb98d9

Please sign in to comment.