package devkit

  1. Overview
  2. Docs
Development kit - general purpose library

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.tar.gz
sha256=28f4c68127579b86c5f50e01e444e8c51f0543bc5472c2dcac28993bc88aa756
md5=0317493fa5cc1054a882ceca59ce5992

doc/devkit.core/Devkit_core/Reader/index.html

Module Devkit_core.ReaderSource

Simple string reader

Sourcetype t
Sourceexception EOS
Sourceexception Not_equal of string
Sourceval init : string -> t
Sourceval eos : t -> bool
Sourceval rest : t -> string

post-condition: eos is true

Sourceval till : t -> string -> string
Sourceval try_till : t -> string -> string
Sourceval tillc : t -> char -> string
Sourceval try_tillc : t -> char -> string
Sourceval take : t -> int -> string
Sourceval try_take : t -> int -> string
Sourceval is_const : t -> string -> bool
Sourceval const : t -> string -> unit
Sourceval try_const : t -> string -> unit
Sourceval while_ : t -> (char -> bool) -> string
Sourceval skipc : t -> char -> unit
OCaml

Innovation. Community. Security.