Skip to content

Commit fd16bb4

Browse files
committed
wip
1 parent 603be71 commit fd16bb4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

main.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,8 @@ and command = function
12261226
(* generate [b^"_type_abbrevs.lp"] *)
12271227
let decl_type_abbrevs oc =
12281228
MapStr.iter (Xlp.decl_type_abbrev int oc) map
1229-
in Xlp.export (b^"_type_abbrevs") [b^"_types"] decl_type_abbrevs
1229+
in
1230+
Xlp.export (b^"_type_abbrevs") [b^"_types"] decl_type_abbrevs
12301231

12311232
| "type_abbrevs"::_ -> wrong_nb_args()
12321233

0 commit comments

Comments
 (0)