Skip to content

Commit

Permalink
Merge pull request #864 from SkySkimmer/constraint-source
Browse files Browse the repository at this point in the history
Adapt to coq/coq#19617 (Vernacexpr.print_universes)
  • Loading branch information
SkySkimmer authored Oct 23, 2024
2 parents 0275e8d + b9ad6aa commit f309a17
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 @@ -73,6 +73,10 @@ type debug_univ_name =
[%import: Vernacexpr.debug_univ_name]
[@@deriving sexp,yojson,hash,compare]

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

type printable =
[%import: Vernacexpr.printable]
[@@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 @@ -52,6 +52,10 @@ type debug_univ_name =
[%import: Vernacexpr.debug_univ_name]
[@@deriving sexp,yojson,hash,compare]

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

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

0 comments on commit f309a17

Please sign in to comment.