package lambda-term

  1. Overview
  2. No Docs
Terminal manipulation library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

3.3.2.tar.gz
sha512=78648768644058337e22c79cf1fbb1a36472b24f11b1dc0461fc38419be6ec01b02d8d0ac45fed0bc99f91ba4c0f19d3bda113e834e064bee973b734527b9766

doc/src/lambda-term/lTerm_editor.ml.html

Source file lTerm_editor.ml

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

type mode=
  | Default
  | Vi