Module Gramlib.Plexing

type 'te lexer_func = ?⁠loc:Loc.t -> char Stdlib.Stream.t -> 'te LStream.t

Returning a stream equipped with a location function

module type S = sig ... end