package coq-lsp

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.1.6.1.8.17.tbz
sha256=0b0ea3ce68aa549f61c004dd05d2b386dc18811ec4c9ac667ff2917857758707
sha512=d3e3ae7e055c1be38368fdc86679462e2aa4636805142e8fd1f73423a14a7c87e06d752f04964377fe39ed10972e3c47d433127694b104c0285adb976faadf66

doc/fleche_waterproof/Fleche_waterproof/Ljson/index.html

Module Fleche_waterproof.LjsonSource

Sourcetype token =
  1. | TRUE
  2. | STRING of string * Stdlib.Lexing.position * Stdlib.Lexing.position
  3. | RIGHT_BRACK
  4. | RIGHT_BRACE
  5. | NULL
  6. | LEFT_BRACK
  7. | LEFT_BRACE
  8. | INT of int
  9. | FLOAT of float
  10. | FALSE
  11. | EOF
  12. | COMMA
  13. | COLON
Sourceexception Error
Sourceval prog : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Json.value option
OCaml

Innovation. Community. Security.