package elpi

  1. Overview
  2. Docs
ELPI - Embeddable λProlog Interpreter

Install

dune-project
 Dependency

Authors

Maintainers

Sources

elpi-3.7.0.tbz
sha256=84ed0907ac8787790ccd14a0a77762c3f7394b3e3de5c7df74e5448fd406009a
sha512=eb3f3b8323cab051549b9779620bc30dcaacf456e5c7b3ffc6723f74ba9d811b860a9f0540eb2cb24dc024188e55dcf2b50ae1b42e7cb47ad45b984637f281f5

doc/elpi.compiler/Elpi_compiler/Compiler_data/index.html

Module Elpi_compiler.Compiler_dataSource

Sourcemodule ScopeContext : sig ... end
Sourceval elpi_language : ScopeContext.language
Sourcemodule MutableOnce : sig ... end
Sourcemodule TypeAssignment : sig ... end
Sourcetype ety = TypeAssignment.ety = {
  1. arity : int option;
  2. eit : TypeAssignment.ty;
}
Sourcemodule TypingEnv : sig ... end
Sourcemodule SymbolResolver : sig ... end
Sourcemodule Scope : sig ... end
Sourcemodule ScopedTypeExpression : sig ... end
Sourcemodule ScopedTerm : sig ... end
Sourcemodule QuotationHooks : sig ... end
Sourcemodule Arity : sig ... end
Sourceexception CompileError of Elpi_util.Util.Loc.t option * string
Sourceval error : ?loc:??? -> string -> 'a