Create.Bmodule Position : Cf_relations.OrderThe total order of positions.
module Symbol : Cf_relations.EqualThe equivalence relation on symbols.
val position0 : Position.tThe distinguished initial position of an unnamed stream.
val advance : Position.t -> Symbol.t -> Position.tScanners use advance pos sym to make the position immediately after pos when occupied by sym.