File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ open HolKernel Parse basicHol90Lib;
1818type thm = Thm.thm;
1919
2020val ambient_grammars = Parse.current_grammars();
21- val _ = Parse.temp_set_grammars boolTheory.bool_grammars
21+ val _ = Parse.temp_set_grammars $ valOf $ grammarDB {thyname= " bool " }
2222
2323fun decompose (tm, args_so_far) =
2424 if is_comb tm then
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ type thm = Thm.thm;
8383
8484
8585val ambient_grammars = Parse.current_grammars();
86- val _ = Parse.temp_set_grammars boolTheory.bool_grammars
86+ val _ = Parse.temp_set_grammars $ valOf $ grammarDB {thyname= " bool " }
8787
8888
8989(* define_mutual_functions takes the term def (one such as the one above)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ open state_transformerTheory
77structure Parse = struct
88 open Parse
99 val (Type, Term) =
10- parse_from_grammars state_transformerTheory.state_transformer_grammars
10+ parse_from_grammars $ valOf $ grammarDB {thyname= " state_transformer " }
1111end
1212open Parse
1313
You can’t perform that action at this time.
0 commit comments