package devkit

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.