package libsail

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Libsail.Project_lexerSource

Sourcemodule M : sig ... end
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Project_parser.token
Sourceval line_comment : Lexing.position -> Buffer.t -> Lexing.lexbuf -> unit
Sourceval __ocaml_lex_line_comment_rec : Lexing.position -> Buffer.t -> Lexing.lexbuf -> int -> unit
Sourceval comment : Lexing.position -> Buffer.t -> int -> Lexing.lexbuf -> unit
Sourceval __ocaml_lex_comment_rec : Lexing.position -> Buffer.t -> int -> Lexing.lexbuf -> int -> unit
Sourceval string : Lexing.position -> Buffer.t -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_string_rec : Lexing.position -> Buffer.t -> Lexing.lexbuf -> int -> string