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/src/lambda-term/lTerm_text.ml.html

Source file lTerm_text.ml

1
2
3
4
5
6
7
8
9
10
11
(*
 * lTerm_widget.ml
 * ---------------
 * Copyright : (c) 2019, ZAN DoYe <zandoye@gmail.com>
 * Licence   : BSD3
 *
 * This file is a part of Lambda-Term.
 *)

include LTerm_text_impl.Make(LiteralIntf.UTF8)