Skip to content

Commit a70d3e9

Browse files
committed
Fix a typo
1 parent 76bc883 commit a70d3e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

translator/monadic/monad_base/ml_monadBaseLib.sml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ local
1212
structure Parse = struct
1313
open Parse
1414
val (Type,Term) =
15-
parse_from_grammars $ valOf $ grammarDB {thyname="ml_monadBase
16-
"}
15+
parse_from_grammars (valOf (grammarDB {thyname="ml_monadBase"}))
1716
end
1817
open Parse
1918

0 commit comments

Comments
 (0)