package reason

  1. Overview
  2. Docs
Reason: Syntax & Toolchain for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

reason-3.8.2.tbz
sha256=7adcc45db20b8def82adf2712211fb8ed844328489752e8edf74281bc1eb2ef2
sha512=45822ecf4b19b892e1d150fd7f7a80af18df576b204647d4bbb9a18ac591a690f9b5338789ecccacb2d6b6354dbc32ff4a3574cc8b82b777e21cb8729f502f95

doc/reason/Reason_lexer/index.html

Module Reason_lexer

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