Skip to content

Commit

Permalink
Adapt to coq/coq#19023 (Vernacexpr.subproof_kind)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Oct 22, 2024
1 parent fae278e commit 5765cbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions serlib/ser_vernacexpr.ml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ type scheme =
[%import: Vernacexpr.scheme]
[@@deriving sexp,yojson,hash,compare]

type subproof_kind =
[%import: Vernacexpr.subproof_kind]
[@@deriving sexp,yojson,hash,compare]

type section_subset_expr =
[%import: Vernacexpr.section_subset_expr]
[@@deriving sexp,yojson,hash,compare]
Expand Down
4 changes: 4 additions & 0 deletions serlib/ser_vernacexpr.mli
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ type scheme =
[%import: Vernacexpr.scheme]
[@@deriving sexp,yojson,hash,compare]

type subproof_kind =
[%import: Vernacexpr.subproof_kind]
[@@deriving sexp,yojson,hash,compare]

type section_subset_expr =
[%import: Vernacexpr.section_subset_expr]
[@@deriving sexp,yojson,hash,compare]
Expand Down

0 comments on commit 5765cbb

Please sign in to comment.