package ocp-indent-nlfork

  1. Overview
  2. Docs
`ocp-indent` library, "newline tokens" fork

Install

Dune Dependency

Authors

Maintainers

Sources

nlfork-1.5.5.tar.gz
md5=d3ab3fc0b28674bdd2debe9ada1e5564
sha512=dc13da22e286b8f8005b2ec50e790ff48e80535747fe84a832a29879e482de32d14185a30dd1c8eaf7a6e5c6a700144eb862bb7fab4c8e1c99b7eb5fc271a09f

doc/ocp-indent-nlfork.utils/Nstream/Simple/index.html

Module Nstream.Simple

type token = {
  1. token : Approx_lexer.Simple.token;
  2. substr : string;
  3. region : Region.t;
}
type t
val of_channel : in_channel -> t
val of_string : string -> t
val next : t -> (token * t) option
OCaml

Innovation. Community. Security.