Skip to content

Commit

Permalink
Fix redefinition of cons in syns
Browse files Browse the repository at this point in the history
  • Loading branch information
elegios committed Nov 15, 2023
1 parent 89443de commit 9aa6206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/lib/mlang.ml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ type lang_data =
* in the new fragment; this function is what makes it so. *)
let pre_extend_lang : lang_data -> lang_data = fun lang ->
let work_syn_case : syn_case -> syn_case = fun case ->
{ case with def_here = true } in
{ case with def_here = false } in
let work_syn : syn_data -> syn_data = fun data ->
{ data with
def_here = false
Expand Down

0 comments on commit 9aa6206

Please sign in to comment.