alba.fmlib
Readable_printer.R
The readable structure returned by the printer.
alba.albalib
alba.core
alba.fmlib_js
alba.fmlib_native
alba.fmlib_node
type t
Type of the structure.
val has_more : t -> bool
Does the structure have more characters to read?
val peek : t -> char
peek r returns the next character.
peek r
val advance : t -> t
advance r advances the structure by one character.
advance r