package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.0.tar.gz
sha256=73466e61f229b23b4daffdd964be72bd7a110963b9d84bd4a86bb05c5dc19ef3

doc/coqide-server.protocol/Xml_lexer/index.html

Module Xml_lexerSource

Sourcetype error =
  1. | EUnterminatedComment
  2. | EUnterminatedString
  3. | EIdentExpected
  4. | ECloseExpected
  5. | ENodeExpected
  6. | EAttributeNameExpected
  7. | EAttributeValueExpected
  8. | EUnterminatedEntity
Sourceexception Error of error
Sourcetype token =
  1. | Tag of string * (string * string) list * bool
  2. | PCData of string
  3. | Endtag of string
  4. | Eof
Sourcetype pos = int * int * int * int
Sourceval init : Lexing.lexbuf -> unit
Sourceval close : unit -> unit
Sourceval token : Lexing.lexbuf -> token
Sourceval restore : pos -> unit
OCaml

Innovation. Community. Security.