package menhirSdk

  1. Overview
  2. Docs

Module Lift.TerminalSource

include Cmly_api.INDEXED with type t = terminal
Sourceval count : int
Sourceval of_int : int -> t
Sourceval to_int : t -> int
Sourceval hash : t -> int
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval iter : (t -> unit) -> unit
Sourceval fold : (t -> 'a -> 'a) -> 'a -> 'a
Sourceval tabulate : (t -> 'a) -> t -> 'a
Sourceval name : t -> string
Sourceval kind : t -> [ `REGULAR | `ERROR | `EOF | `PSEUDO ]
Sourceval typ : t -> ocamltype option
Sourceval attributes : t -> Attribute.t list
OCaml

Innovation. Community. Security.