lsp.stdune
Stdune.Lexbuf
Lexing buffer utilities
lsp
lsp.fiber
lsp.fiber_unix
type t = Lexing.lexbuf
val from_string : string -> fname:string -> t
Same as Lexing.from_xxx but also initialise the location to the beginning of the given file
Lexing.from_xxx
val from_channel : in_channel -> fname:string -> t