package elpi

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

elpi-3.6.1.tbz
sha256=ce856046a3405de0a0937cc69ed564919c48890ac2539f8e35e23dec1893ebbe
sha512=6ca90a67a32094551cc324ed007b60239e2a06dfc10d8cd862a74db065492d3010b7f2d88eb45e92e368d1c7e6c573df64454d6739097e809bd470dddec51a75

doc/elpi.runtime/Elpi_runtime/Data/Symbol/index.html

Module Data.SymbolSource

Sourcetype symbol
Sourcetype 'a merge = symbol -> 'a -> 'a -> 'a
Sourcemodule QMap : sig ... end
Sourcetype t = symbol
Sourceval equal : uf:UF.t -> t -> t -> bool
Sourceval compare : uf:UF.t -> t -> t -> int
Sourceval make : provenance -> F.t -> t
Sourceval make_builtin : ?variant:int -> F.t -> t
Sourceval make_variant_builtin : F.t -> t * int
Sourceval get_loc : t -> Elpi_util.Util.Loc.t
Sourceval get_provenance : t -> provenance
Sourceval get_str : t -> string
Sourceval get_func : t -> F.t
Sourceval is_builtin : t -> F.t -> bool
Sourceval undup : uf:UF.t -> t list -> t list
Sourceval pretty : t -> string