package lambda-term

  1. Overview
  2. Docs
Terminal manipulation library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

3.4.1.tar.gz
sha512=db56672833bf8c85d64f1b6e6b22bc8d98a4bd1abc00499f5baa5db18f1fe39d3e9c27d60a3ba3227215706055bccc7f160b4e46553c707bf6e14a5b2c419b48

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 ]