Skip to content

Commit

Permalink
Merge pull request #796 from herbelin/main+adapt-coq-pr19185-flatteni…
Browse files Browse the repository at this point in the history
…ng-global_declaration

Adapt to Coq PR #19185: flattenting of global_declaration indirection.
  • Loading branch information
ejgallego authored Jun 26, 2024
2 parents d3e998b + 624509b commit 3282609
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
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

0 comments on commit 3282609

Please sign in to comment.