package coq-serapi
Serialization library and protocol for machine interaction with the Coq proof assistant
Install
Dune Dependency
Authors
Maintainers
Sources
coq-serapi-8.15.0.0.15.1.tbz
sha256=31d1e4661f5b1b917d7004c749cc05eb73546d3190ac632faddc37348531a0a5
sha512=a9816915f9dc4051e76c5b0e615b27c1bb0a6a5ffd445af94ad2ed1582a0e704a7f49f69b6764fa92dbfa092aa8e41ee3151a1330b394eb0338c796d6460fa20
doc/serlib_ltac/Serlib_ltac/Ser_tacexpr/index.html
Module Serlib_ltac.Ser_tacexpr
Source
Source
val inversion_strength_of_sexp :
(Sexplib.Sexp.t -> 'c) ->
(Sexplib.Sexp.t -> 'd) ->
(Sexplib.Sexp.t -> 'id) ->
Sexplib.Sexp.t ->
('c, 'd, 'id) inversion_strength
Source
val sexp_of_inversion_strength :
('c -> Sexplib.Sexp.t) ->
('d -> Sexplib.Sexp.t) ->
('id -> Sexplib.Sexp.t) ->
('c, 'd, 'id) inversion_strength ->
Sexplib.Sexp.t
Source
val induction_clause_of_sexp :
(Sexplib.Sexp.t -> 'dconstr) ->
(Sexplib.Sexp.t -> 'id) ->
Sexplib.Sexp.t ->
('dconstr, 'id) induction_clause
Source
val sexp_of_induction_clause :
('dconstr -> Sexplib.Sexp.t) ->
('id -> Sexplib.Sexp.t) ->
('dconstr, 'id) induction_clause ->
Sexplib.Sexp.t
Source
type ('constr, 'dconstr, 'id) induction_clause_list =
('constr, 'dconstr, 'id) Ltac_plugin.Tacexpr.induction_clause_list
Source
val induction_clause_list_of_sexp :
(Sexplib.Sexp.t -> 'constr) ->
(Sexplib.Sexp.t -> 'dconstr) ->
(Sexplib.Sexp.t -> 'id) ->
Sexplib.Sexp.t ->
('constr, 'dconstr, 'id) induction_clause_list
Source
val sexp_of_induction_clause_list :
('constr -> Sexplib.Sexp.t) ->
('dconstr -> Sexplib.Sexp.t) ->
('id -> Sexplib.Sexp.t) ->
('constr, 'dconstr, 'id) induction_clause_list ->
Sexplib.Sexp.t
Source
val with_bindings_arg_of_sexp :
(Sexplib.Sexp.t -> 'a) ->
Sexplib.Sexp.t ->
'a with_bindings_arg
Source
val sexp_of_with_bindings_arg :
('a -> Sexplib.Sexp.t) ->
'a with_bindings_arg ->
Sexplib.Sexp.t
Source
val match_context_hyps_of_sexp :
(Sexplib.Sexp.t -> 'a) ->
Sexplib.Sexp.t ->
'a match_context_hyps
Source
val sexp_of_match_context_hyps :
('a -> Sexplib.Sexp.t) ->
'a match_context_hyps ->
Sexplib.Sexp.t
Source
val match_rule_of_sexp :
(Sexplib.Sexp.t -> 'a) ->
(Sexplib.Sexp.t -> 't) ->
Sexplib.Sexp.t ->
('a, 't) match_rule
Source
val sexp_of_match_rule :
('a -> Sexplib.Sexp.t) ->
('t -> Sexplib.Sexp.t) ->
('a, 't) match_rule ->
Sexplib.Sexp.t
Source
val sexp_of_gen_atomic_tactic_expr :
('a -> Sexplib.Sexp.t) ->
('c -> Sexplib.Sexp.t) ->
('d -> Sexplib.Sexp.t) ->
('e -> Sexplib.Sexp.t) ->
('f -> Sexplib.Sexp.t) ->
('g -> Sexplib.Sexp.t) ->
('h -> Sexplib.Sexp.t) ->
('i -> Sexplib.Sexp.t) ->
< constant : 'e
; dterm : 'c
; level : 'i
; name : 'g
; pattern : 'd
; reference : 'f
; tacexpr : 'h
; term : 'a >
Ltac_plugin.Tacexpr.gen_atomic_tactic_expr ->
Sexplib.Sexp.t
Source
val sexp_of_gen_tactic_expr :
('a -> Sexplib.Sexp.t) ->
('c -> Sexplib.Sexp.t) ->
('d -> Sexplib.Sexp.t) ->
('e -> Sexplib.Sexp.t) ->
('f -> Sexplib.Sexp.t) ->
('g -> Sexplib.Sexp.t) ->
('h -> Sexplib.Sexp.t) ->
('i -> Sexplib.Sexp.t) ->
< constant : 'e
; dterm : 'c
; level : 'i
; name : 'g
; pattern : 'd
; reference : 'f
; tacexpr : 'h
; term : 'a >
Ltac_plugin.Tacexpr.gen_tactic_expr ->
Sexplib.Sexp.t
Source
val sexp_of_gen_tactic_arg :
('a -> Sexplib.Sexp.t) ->
('c -> Sexplib.Sexp.t) ->
('d -> Sexplib.Sexp.t) ->
('e -> Sexplib.Sexp.t) ->
('f -> Sexplib.Sexp.t) ->
('g -> Sexplib.Sexp.t) ->
('h -> Sexplib.Sexp.t) ->
('i -> Sexplib.Sexp.t) ->
< constant : 'e
; dterm : 'c
; level : 'i
; name : 'g
; pattern : 'd
; reference : 'f
; tacexpr : 'h
; term : 'a >
Ltac_plugin.Tacexpr.gen_tactic_arg ->
Sexplib.Sexp.t
Source
val sexp_of_gen_fun_ast :
('a -> Sexplib.Sexp.t) ->
('c -> Sexplib.Sexp.t) ->
('d -> Sexplib.Sexp.t) ->
('e -> Sexplib.Sexp.t) ->
('f -> Sexplib.Sexp.t) ->
('g -> Sexplib.Sexp.t) ->
('h -> Sexplib.Sexp.t) ->
('i -> Sexplib.Sexp.t) ->
< constant : 'e
; dterm : 'c
; level : 'i
; name : 'g
; pattern : 'd
; reference : 'f
; tacexpr : 'h
; term : 'a >
Ltac_plugin.Tacexpr.gen_tactic_fun_ast ->
Sexplib.Sexp.t
Source
val gen_atomic_tactic_expr_of_sexp :
Sexplib.Sexp.t ->
(Sexplib.Sexp.t -> 'a) ->
(Sexplib.Sexp.t -> 'c) ->
(Sexplib.Sexp.t -> 'd) ->
(Sexplib.Sexp.t -> 'e) ->
(Sexplib.Sexp.t -> 'f) ->
(Sexplib.Sexp.t -> 'g) ->
(Sexplib.Sexp.t -> 'h) ->
(Sexplib.Sexp.t -> 'i) ->
< constant : 'e
; dterm : 'c
; level : 'i
; name : 'g
; pattern : 'd
; reference : 'f
; tacexpr : 'h
; term : 'a >
Ltac_plugin.Tacexpr.gen_atomic_tactic_expr
Source
val gen_tactic_expr_of_sexp :
Sexplib.Sexp.t ->
(Sexplib.Sexp.t -> 'a) ->
(Sexplib.Sexp.t -> 'c) ->
(Sexplib.Sexp.t -> 'd) ->
(Sexplib.Sexp.t -> 'e) ->
(Sexplib.Sexp.t -> 'f) ->
(Sexplib.Sexp.t -> 'g) ->
(Sexplib.Sexp.t -> 'h) ->
(Sexplib.Sexp.t -> 'i) ->
< constant : 'e
; dterm : 'c
; level : 'i
; name : 'g
; pattern : 'd
; reference : 'f
; tacexpr : 'h
; term : 'a >
Ltac_plugin.Tacexpr.gen_tactic_expr
Source
val gen_tactic_arg_of_sexp :
Sexplib.Sexp.t ->
(Sexplib.Sexp.t -> 'a) ->
(Sexplib.Sexp.t -> 'c) ->
(Sexplib.Sexp.t -> 'd) ->
(Sexplib.Sexp.t -> 'e) ->
(Sexplib.Sexp.t -> 'f) ->
(Sexplib.Sexp.t -> 'g) ->
(Sexplib.Sexp.t -> 'h) ->
(Sexplib.Sexp.t -> 'i) ->
< constant : 'e
; dterm : 'c
; level : 'i
; name : 'g
; pattern : 'd
; reference : 'f
; tacexpr : 'h
; term : 'a >
Ltac_plugin.Tacexpr.gen_tactic_arg
Source
val gen_fun_ast_of_sexp :
Sexplib.Sexp.t ->
(Sexplib.Sexp.t -> 'a) ->
(Sexplib.Sexp.t -> 'c) ->
(Sexplib.Sexp.t -> 'd) ->
(Sexplib.Sexp.t -> 'e) ->
(Sexplib.Sexp.t -> 'f) ->
(Sexplib.Sexp.t -> 'g) ->
(Sexplib.Sexp.t -> 'h) ->
(Sexplib.Sexp.t -> 'i) ->
< constant : 'e
; dterm : 'c
; level : 'i
; name : 'g
; pattern : 'd
; reference : 'f
; tacexpr : 'h
; term : 'a >
Ltac_plugin.Tacexpr.gen_tactic_fun_ast
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>