Skip to content

Commit

Permalink
Adapt to Coq PR #19404
Browse files Browse the repository at this point in the history
  • Loading branch information
herbelin committed Jul 20, 2024
1 parent 9235b2f commit 73cb6e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions serlib/ser_constrexpr.mli
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,10 @@ val prim_token_of_sexp : Sexp.t -> prim_token
val sexp_of_prim_token : prim_token -> Sexp.t

type cases_pattern_expr = Constrexpr.cases_pattern_expr
and cases_pattern_notation_substitution = Constrexpr.cases_pattern_notation_substitution

val cases_pattern_expr_of_sexp : Sexp.t -> cases_pattern_expr
val cases_pattern_notation_substitution_of_sexp : Sexp.t -> cases_pattern_notation_substitution

val sexp_of_cases_pattern_expr : cases_pattern_expr -> Sexp.t
val sexp_of_cases_pattern_notation_substitution : cases_pattern_notation_substitution -> Sexp.t

type instance_expr = Constrexpr.instance_expr

Expand All @@ -94,7 +91,7 @@ and fix_expr = Constrexpr.fix_expr
and cofix_expr = Constrexpr.cofix_expr
and fixpoint_order_expr = Constrexpr.fixpoint_order_expr
and local_binder_expr = Constrexpr.local_binder_expr
and constr_notation_substitution = Constrexpr.constr_notation_substitution
and notation_substitution = Constrexpr.notation_substitution
[@@deriving sexp, yojson, hash,compare]

type constr_pattern_expr = Constrexpr.constr_pattern_expr [@@deriving sexp,yojson,hash,compare]
Expand Down

0 comments on commit 73cb6e2

Please sign in to comment.