package coq-lsp

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.2.3.8.18.tbz
sha256=f574f3323a00eab3c158ae70dfd88fbbe90c8c86f95e0f175570266d5b401b14
sha512=2bd46a630a21306ccd62469f29fa60bb43d96c62d8236abafd15f9c2cd904070d92ec566263d1b8f151698914a6d740e5f6adcfb020c338e90a0b23a4457bc16

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.