Skip to content

Commit

Permalink
Merge pull request #807 from SkySkimmer/discharge-export
Browse files Browse the repository at this point in the history
Adapt to coq/coq#19361 (libobject export object type change)
  • Loading branch information
ejgallego authored Jul 17, 2024
2 parents 273db12 + 1b5f9bd commit fed26ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions serlib/ser_libobject.ml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ type obj =
[%import: Libobject.obj]
[@@deriving sexp]

module ExportObj = struct
type t = [%import: Libobject.ExportObj.t]
[@@unboxed] [@@deriving sexp]
end

type algebraic_objects =
[%import: Libobject.algebraic_objects]
and t = [%import: Libobject.t]
Expand Down
2 changes: 1 addition & 1 deletion vendor/coq
Submodule coq updated 112 files

0 comments on commit fed26ce

Please sign in to comment.