Skip to content

Commit 28f0b5d

Browse files
committed
wip
1 parent 0543c4b commit 28f0b5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,8 +1225,8 @@ and command = function
12251225
Array.iter gen_sed_file files;
12261226
(* generate [b^"_type_abbrevs.lp"] *)
12271227
let decl_type_abbrevs oc =
1228-
let abbrev s (k,(_,n)) =
1229-
string oc "symbol type"; int oc k;
1228+
let abbrev s (idx,(_d,n)) =
1229+
string oc "symbol type"; int oc idx;
12301230
if n > 0 then begin
12311231
string oc " (a0";
12321232
for i=1 to n-1 do string oc " a"; int oc i done;

0 commit comments

Comments
 (0)