Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt to Coq PR #19185: flattenting of global_declaration indirection. #796

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions serlib/ser_safe_typing.ml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,3 @@ let _effect_entry_of_sexp (_f : Sexp.t -> 'a) (x : Sexp.t) : 'a effect_entry =
| _ ->
Sexplib.Conv_error.no_variant_match ()
*)

type global_declaration =
[%import: Safe_typing.global_declaration]
[@@deriving sexp]
6 changes: 0 additions & 6 deletions serlib/ser_safe_typing.mli
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,5 @@
(* Written by: Emilio J. Gallego Arias and others *)
(************************************************************************)

open Sexplib

type private_constants = Safe_typing.private_constants
[@@deriving sexp,yojson,hash,compare]

type global_declaration = Safe_typing.global_declaration
val global_declaration_of_sexp : Sexp.t -> global_declaration
val sexp_of_global_declaration : global_declaration -> Sexp.t
Loading