package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val unary_strategy_of_sexp : Sexplib.Sexp.t -> unary_strategy
val sexp_of_unary_strategy : unary_strategy -> Sexplib.Sexp.t
val binary_strategy_of_sexp : Sexplib.Sexp.t -> binary_strategy
val sexp_of_binary_strategy : binary_strategy -> Sexplib.Sexp.t
type ('a, 'b) strategy_ast = ('a, 'b) Ltac_plugin.Rewrite.strategy_ast
val strategy_ast_of_sexp : (Sexplib.Sexp.t -> 'a) -> (Sexplib.Sexp.t -> 'b) -> Sexplib.Sexp.t -> ('a, 'b) strategy_ast
val sexp_of_strategy_ast : ('a -> Sexplib.Sexp.t) -> ('b -> Sexplib.Sexp.t) -> ('a, 'b) strategy_ast -> Sexplib.Sexp.t
val strategy_of_sexp : Sexplib.Sexp.t -> strategy
val sexp_of_strategy : strategy -> Sexplib.Sexp.t