elpi.parser
Parse.Make
elpi
elpi.lexer_config
elpi.trace
elpi.util
trace_ppx
trace_ppx_runtime
module C : Config
include Parser
val program : file:string -> Ast.Program.decl list
val goal : loc:Elpi_util.Util.Loc.t -> text:string -> Ast.Goal.t
val goal_from : loc:Elpi_util.Util.Loc.t -> Lexing.lexbuf -> Ast.Goal.t
val program_from : loc:Elpi_util.Util.Loc.t -> Lexing.lexbuf -> Ast.Program.t
module Internal : sig ... end