Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
ocaml trail. white. fix
Browse files Browse the repository at this point in the history
  • Loading branch information
122131 committed Jun 18, 2016
1 parent e2a8644 commit 27c2caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/goodie/cheat_sheets/json/ocaml.json
Expand Up @@ -106,7 +106,7 @@
},
{
"val": "first class module",
"key": "let m = (module M : Sg) "
"key": "let m = (module M : Sg)"
},
{
"val": "from first class module",
Expand Down Expand Up @@ -149,7 +149,7 @@

{
"val": "anonymous function",
"key": "List.iter (fun x -> e) l "
"key": "List.iter (fun x -> e) l"
},

{
Expand Down

0 comments on commit 27c2caf

Please sign in to comment.