alba.fmlib
Write.R
alba.albalib
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