package coq-lsp

  1. Overview
  2. Docs
Language Server Protocol native server for Coq

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.2.0.8.17.tbz
sha256=36340f464107ac60bb4033fad249984690cdcce3a6bef4ca439ffb2a4458dbf9
sha512=4866f4c2f0acda0c114e27b32cd60fa054333e1c7249227b8c3b23a316d7f306676203bd317f135a40368a292b7b49b76f0bdacff21d7e9bfb5a422d1c8d6ad8

doc/serlib_ltac/Serlib_ltac/Ser_rewrite/index.html

Module Serlib_ltac.Ser_rewriteSource

Sourcetype unary_strategy = Rewrite.unary_strategy
Sourceval sexp_of_unary_strategy : unary_strategy -> Sexplib0.Sexp.t
Sourceval unary_strategy_of_sexp : Sexplib0.Sexp.t -> unary_strategy
Sourceval hash_fold_unary_strategy : Ppx_hash_lib.Std.Hash.state -> unary_strategy -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_unary_strategy : unary_strategy -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_unary_strategy : unary_strategy -> unary_strategy -> int
Sourcetype binary_strategy = Rewrite.binary_strategy
Sourceval sexp_of_binary_strategy : binary_strategy -> Sexplib0.Sexp.t
Sourceval binary_strategy_of_sexp : Sexplib0.Sexp.t -> binary_strategy
Sourceval hash_fold_binary_strategy : Ppx_hash_lib.Std.Hash.state -> binary_strategy -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_binary_strategy : binary_strategy -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_binary_strategy : binary_strategy -> binary_strategy -> int
Sourcetype ('a, 'b) strategy_ast = ('a, 'b) Rewrite.strategy_ast
Sourceval sexp_of_strategy_ast : ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('a, 'b) strategy_ast -> Sexplib0.Sexp.t
Sourceval strategy_ast_of_sexp : (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'b) -> Sexplib0.Sexp.t -> ('a, 'b) strategy_ast
Sourceval hash_fold_strategy_ast : (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) -> (Ppx_hash_lib.Std.Hash.state -> 'b -> Ppx_hash_lib.Std.Hash.state) -> Ppx_hash_lib.Std.Hash.state -> ('a, 'b) strategy_ast -> Ppx_hash_lib.Std.Hash.state
Sourceval compare_strategy_ast : ('a -> 'a -> int) -> ('b -> 'b -> int) -> ('a, 'b) strategy_ast -> ('a, 'b) strategy_ast -> int
Sourcetype strategy = Rewrite.strategy
Sourceval sexp_of_strategy : strategy -> Sexplib0.Sexp.t
Sourceval strategy_of_sexp : Sexplib0.Sexp.t -> strategy
Sourceval hash_fold_strategy : Ppx_hash_lib.Std.Hash.state -> strategy -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_strategy : strategy -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_strategy : strategy -> strategy -> int
OCaml

Innovation. Community. Security.