package elpi

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

elpi-3.3.1.tbz
sha256=3186ebbf97d702e3cd5ebfa2aca50d9e93dd939a86c3db827dbde111656e3d5f
sha512=2ffafd7dbcaad4802fc2f076f90df36a1ce33dae1f0fa9226d45654a932a70e0a9f0627bbc703870561ad2d36a86039ad04c74393ccaf369c283eddb488525cf

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
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:Elpi_util.Util.Loc.t -> string -> 'a