Skip to content

Commit e6890cf

Browse files
authored
Merge pull request #896 from SkySkimmer/simplify-arity
Adapt to rocq-prover/rocq#20152 (Declarations.declaratino_arity doesn't exist)
2 parents 43f65b0 + 617c57c commit e6890cf

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

serlib/ser_declarations.ml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ type template_arity =
4444
[%import: Declarations.template_arity]
4545
[@@deriving sexp,yojson,hash,compare]
4646

47-
type ('a, 'b) declaration_arity =
48-
[%import: ('a, 'b) Declarations.declaration_arity]
49-
[@@deriving sexp,yojson,hash,compare]
50-
5147
type recarg_type =
5248
[%import: Declarations.recarg_type]
5349
[@@deriving sexp,yojson,hash,compare]

serlib/ser_declarations.mli

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ type template_arity = Declarations.template_arity
2222
val template_arity_of_sexp : Sexp.t -> template_arity
2323
val sexp_of_template_arity : template_arity -> Sexp.t
2424

25-
type ('a, 'b) declaration_arity = ('a, 'b) Declarations.declaration_arity
26-
27-
val declaration_arity_of_sexp :
28-
(Sexp.t -> 'a) ->
29-
(Sexp.t -> 'b) ->
30-
Sexp.t -> ('a, 'b) declaration_arity
31-
32-
val sexp_of_declaration_arity :
33-
('a -> Sexp.t) ->
34-
('b -> Sexp.t) ->
35-
('a, 'b) declaration_arity -> Sexp.t
36-
3725
type recarg = Declarations.recarg
3826
[@@deriving sexp,yojson,hash,compare]
3927

0 commit comments

Comments
 (0)