package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Ast = Ast_html
val tok : Lexing.lexbuf -> string
val tokinfo : Lexing.lexbuf -> Parse_info.t
val error : string -> Lexing.lexbuf -> unit
val tok_add_s : string -> Parse_info.t -> Parse_info.t
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val scan_document : Lexing.lexbuf -> Parser_html.token
val __ocaml_lex_scan_document_rec : Lexing.lexbuf -> int -> Parser_html.token
val scan_comment : Lexing.lexbuf -> string
val __ocaml_lex_scan_comment_rec : Lexing.lexbuf -> int -> string
val scan_doctype : Lexing.lexbuf -> string
val __ocaml_lex_scan_doctype_rec : Lexing.lexbuf -> int -> string
val scan_pi : Lexing.lexbuf -> string
val __ocaml_lex_scan_pi_rec : Lexing.lexbuf -> int -> string
val scan_element : Lexing.lexbuf -> Parser_html.token
val __ocaml_lex_scan_element_rec : Lexing.lexbuf -> int -> Parser_html.token
val scan_element_after_Eq : Lexing.lexbuf -> Parser_html.token
val __ocaml_lex_scan_element_after_Eq_rec : Lexing.lexbuf -> int -> Parser_html.token
val scan_special : Lexing.lexbuf -> Parser_html.token
val __ocaml_lex_scan_special_rec : Lexing.lexbuf -> int -> Parser_html.token