package reason

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

Module Reason_lexerSource

Sourcetype t
Sourcetype 'a positioned = 'a * Lexing.position * Lexing.position
Sourceval init : ?insert_completion_ident:Lexing.position -> Lexing.lexbuf -> t
Sourceval lexbuf : t -> Lexing.lexbuf
Sourcetype comment = string * Location.t
Sourcetype invalid_docstrings
Sourceval empty_invalid_docstrings : invalid_docstrings
Sourceval add_invalid_docstring : string -> Lexing.position -> Lexing.position -> invalid_docstrings -> invalid_docstrings
Sourceval get_comments : t -> invalid_docstrings -> comment list
OCaml

Innovation. Community. Security.