Skip to content
Snippets Groups Projects
Commit fa8099ad authored by Alan Schmitt's avatar Alan Schmitt Committed by Thomas Wood
Browse files

let%string and let%bool

parent aa4ce4b3
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,8 @@ let monad_mapping = ...@@ -12,7 +12,8 @@ let monad_mapping =
("prim", "if_prim"); ("prim", "if_prim");
("number", "if_number"); ("number", "if_number");
("some", "if_some"); ("some", "if_some");
(*("success", "ifsuccess")*) ("bool", "if_bool");
("success", "if_success");
] ]
(* e.g. (* e.g.
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment