We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603be71 commit fd16bb4Copy full SHA for fd16bb4
1 file changed
main.ml
@@ -1226,7 +1226,8 @@ and command = function
1226
(* generate [b^"_type_abbrevs.lp"] *)
1227
let decl_type_abbrevs oc =
1228
MapStr.iter (Xlp.decl_type_abbrev int oc) map
1229
- in Xlp.export (b^"_type_abbrevs") [b^"_types"] decl_type_abbrevs
+ in
1230
+ Xlp.export (b^"_type_abbrevs") [b^"_types"] decl_type_abbrevs
1231
1232
| "type_abbrevs"::_ -> wrong_nb_args()
1233
0 commit comments