package lambda-term

  1. Overview
  2. Docs
Terminal manipulation library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

3.3.3.tar.gz
sha512=34be68128d82b7219a963ca7442948842fc26ff9dbd3be9eb76092be3a4cf7cb19bad043fdeed7f5607178375c472dc51c6eebea82145541836e7883320d342c

doc/lambda-term/LTerm_resource_lexer/index.html

Module LTerm_resource_lexerSource

Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval line : Lexing.lexbuf -> [> `Assoc of string * string | `EOF | `Empty | `Error of string ]
Sourceval __ocaml_lex_line_rec : Lexing.lexbuf -> int -> [> `Assoc of string * string | `EOF | `Empty | `Error of string ]