Skip to content

Commit

Permalink
Adapt to flattenting of global_declaration indirection (Coq PR #19185).
Browse files Browse the repository at this point in the history
  • Loading branch information
herbelin committed Jun 25, 2024
1 parent d3e998b commit 624509b
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 624509b

Please sign in to comment.