Skip to content

Commit

Permalink
Merge pull request #304 from herbelin/master+fix12467-inconsistency-b…
Browse files Browse the repository at this point in the history
…inderlist-termlist-notation
  • Loading branch information
Alizter authored Feb 14, 2023
2 parents 02d287c + f165160 commit bde3fcd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions serlib/ser_extend.ml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ type binder_entry_kind =
[%import: Extend.binder_entry_kind]
[@@deriving sexp]

and constr_prod_entry_key =
[%import: Extend.constr_prod_entry_key]
[@@deriving sexp]

type 'lev constr_entry_key_gen =
[%import: 'lev Extend.constr_entry_key_gen]
[@@deriving sexp,yojson,hash,compare]
Expand All @@ -46,10 +50,6 @@ type constr_entry_key =
[%import: Extend.constr_entry_key]
[@@deriving sexp,yojson,hash,compare]

type constr_prod_entry_key =
[%import: Extend.constr_prod_entry_key]
[@@deriving sexp]

type simple_constr_prod_entry_key =
[%import: Extend.simple_constr_prod_entry_key]
[@@deriving sexp,yojson,hash,compare]
Expand Down
4 changes: 2 additions & 2 deletions serlib/ser_notation_term.ml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ type subscopes =
(* [%import: Notation_term.syntax_modifier] *)
(* [@@deriving sexp] *)

type constr_as_binder_kind =
[%import: Notation_term.constr_as_binder_kind]
type notation_binder_kind =
[%import: Notation_term.notation_binder_kind]
[@@deriving sexp,yojson,hash,compare]

type notation_var_internalization_type =
Expand Down
2 changes: 1 addition & 1 deletion serlib/ser_notation_term.mli
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
type subscopes = Notation_term.subscopes
[@@deriving sexp,yojson,hash,compare]

type constr_as_binder_kind = Notation_term.constr_as_binder_kind
type notation_binder_kind = Notation_term.notation_binder_kind
[@@deriving sexp,yojson,hash,compare]

type notation_var_internalization_type = Notation_term.notation_var_internalization_type
Expand Down

0 comments on commit bde3fcd

Please sign in to comment.