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.util/Elpi_util/Util/Mode/index.html

Module Util.ModeSource

Sourcetype t =
  1. | Input
  2. | Output
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourcetype ho =
  1. | Fo of t
  2. | Ho of t * ho list
Sourceand hos = ho list
Sourceval compare_ho : ho -> ho -> Ppx_deriving_runtime.int
Sourceval compare_hos : hos -> hos -> Ppx_deriving_runtime.int
Sourceval get_head : ho -> t
Sourceval to_ho : t -> ho
Sourceval show_pretty : t -> string
Sourceval pretty : Format.formatter -> t -> unit