package elpi

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

elpi-2.0.6.tbz
sha256=b515185d0674557ae3219059d6c91dce2794b30c38ad23447b98a4fa22a99375
sha512=48490035f8dc103de9c0f2bf4e3a3ea6db2bda8670efe87bc2402a3b47e5c510452a5ae406be65a83fe16dd410c374894142bbee477681e50fc0dde4b8153d3c

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

Module Compiler_data.ScopeSource

Sourcetype language = string
Sourceval compare_language : language -> language -> Ppx_deriving_runtime.int
Sourcetype type_decl_id = int
Sourceval dummy_type_decl_id : int
Sourceval fresh_type_decl_id : unit -> int
Sourceval is_dummy_type_decl_id : int -> bool
Sourcetype t =
  1. | Bound of language
  2. | Global of {
    1. escape_ns : bool;
    }
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourcemodule Map : sig ... end
Sourcemodule Set : sig ... end
Sourceval mkGlobal : ?escape_ns:bool -> ?decl_id:int -> unit -> t
OCaml

Innovation. Community. Security.