package elpi

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

Install

Dune Dependency

Authors

Maintainers

Sources

elpi-2.0.7.tbz
sha256=80233ebd92babd696148ed553238961ec7b6de6bf157045aae1c7090840aeded
sha512=00c9ec01fabde9db1de4a58cb37480035e6f926d83b8360553419bcb99e9199f0720dde975f97ac9942ce528884d3d59d025cfbd471f12d57547429f15684d49

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.