Simple.BasisUse Basis(S) to make the simple scanner basis for a symbol.
module S : Cf_relations.Equalmodule Symbol : Cf_relations.Equal with type t = S.tThe equivalence relation on input symbols.
type position = positionAn input stream position.
Scanners use init symbol to make the first iota in the input stream. If ~start is provided, then it specifies the starting position in the stream of the result.
Scanners use next cursor symbol to make the iota comprising symbol at the position immediately following cursor.