package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val add_keyword : string -> unit
val remove_keyword : string -> unit
val is_keyword : string -> bool
val keywords : unit -> CString.Set.t
type keyword_state
val set_keyword_state : keyword_state -> unit
val get_keyword_state : unit -> keyword_state
val check_ident : string -> unit
val is_ident : string -> bool
val check_keyword : string -> unit
val xml_output_comment : (string -> unit) Hook.t
val terminal : string -> Tok.t
type te = Tok.t
val lexer : te Plexing.lexer
module Error : sig ... end
type lexer_state
val init_lexer_state : string option -> lexer_state
val set_lexer_state : lexer_state -> unit
val release_lexer_state : unit -> lexer_state
val drop_lexer_state : unit -> unit
val extract_comments : int -> string list
OCaml

Innovation. Community. Security.