package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type unary_strategy = Rewrite.unary_strategy
val sexp_of_unary_strategy : unary_strategy -> Sexplib0.Sexp.t
val unary_strategy_of_sexp : Sexplib0.Sexp.t -> unary_strategy
val hash_fold_unary_strategy : Base.Hash.state -> unary_strategy -> Base.Hash.state
val hash_unary_strategy : unary_strategy -> Base.Hash.hash_value
val compare_unary_strategy : unary_strategy -> unary_strategy -> int
type binary_strategy = Rewrite.binary_strategy
val sexp_of_binary_strategy : binary_strategy -> Sexplib0.Sexp.t
val binary_strategy_of_sexp : Sexplib0.Sexp.t -> binary_strategy
val hash_fold_binary_strategy : Base.Hash.state -> binary_strategy -> Base.Hash.state
val hash_binary_strategy : binary_strategy -> Base.Hash.hash_value
val compare_binary_strategy : binary_strategy -> binary_strategy -> int
type ('a, 'b) strategy_ast = ('a, 'b) Rewrite.strategy_ast
val sexp_of_strategy_ast : ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('a, 'b) strategy_ast -> Sexplib0.Sexp.t
val strategy_ast_of_sexp : (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'b) -> Sexplib0.Sexp.t -> ('a, 'b) strategy_ast
val hash_fold_strategy_ast : (Base.Hash.state -> 'a -> Base.Hash.state) -> (Base.Hash.state -> 'b -> Base.Hash.state) -> Base.Hash.state -> ('a, 'b) strategy_ast -> Base.Hash.state
val compare_strategy_ast : ('a -> 'a -> int) -> ('b -> 'b -> int) -> ('a, 'b) strategy_ast -> ('a, 'b) strategy_ast -> int
type strategy = Rewrite.strategy
val sexp_of_strategy : strategy -> Sexplib0.Sexp.t
val strategy_of_sexp : Sexplib0.Sexp.t -> strategy
val hash_fold_strategy : Base.Hash.state -> strategy -> Base.Hash.state
val hash_strategy : strategy -> Base.Hash.hash_value
val compare_strategy : strategy -> strategy -> int