Skip to content

Commit

Permalink
Fix compilation on Coq master.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedrot committed Feb 13, 2024
1 parent 9184704 commit 472705a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/bignums_syntax.ml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ let bigN_list_of_constructors =
let declare_numeral_interpreter uid sc dir interp (patl,uninterp,b) =
let open Notation in
register_bignumeral_interpretation uid (interp,uninterp);
{ pt_local = false;
enable_prim_token_interpretation { pt_local = false;
pt_scope = sc;
pt_interp_info = Uid uid;
pt_required = dir;
Expand Down

0 comments on commit 472705a

Please sign in to comment.