alba.albalib
Albalib.Parser_lang
alba.core
alba.fmlib
alba.fmlib_js
alba.fmlib_native
alba.fmlib_node
type 'a located = 'a Fmlib.Character_parser.Located.t
type indent = Fmlib.Character_parser.Indent.t
type position = Fmlib.Character_parser.Position.t
type range = Fmlib.Character_parser.Position.t * Fmlib.Character_parser.Position.t
module Problem : sig ... end
module Command : sig ... end
module Source_file : sig ... end
module type ERROR = Fmlib.Generic_parser.ERROR with type expect = string * Fmlib.Character_parser.Indent.t and type semantic = range * Problem.t
module type SIG = sig ... end
module Make (Final : Fmlib.Module_types.ANY) : sig ... end