elpi.compiler
Elpi_compiler.Compiler_data
elpi
elpi.lexer_config
elpi.parser
elpi.runtime
elpi.trace
elpi.util
trace_ppx
trace_ppx_runtime
module F = Elpi_parser.Ast.Func
module Scope : sig ... end
val elpi_language : Scope.language
module ScopeContext : sig ... end
module ScopedTypeExpression : sig ... end
module MutableOnce : sig ... end
module TypeAssignment : sig ... end
module ScopedTerm : sig ... end
module TypeList : sig ... end
module State = Elpi_runtime.Data.State
module QuotationHooks : sig ... end
module Arity : sig ... end
exception CompileError of Elpi_util.Util.Loc.t option * string
val error : ?loc:Elpi_util.Util.Loc.t -> string -> 'a