package elpi

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

Install

Dune Dependency

Authors

Maintainers

Sources

elpi-1.17.4.tbz
sha256=e968c86e4ec474b896a2099547e6fa16f4b3ed33448bb571d4b348d92c3c70fb
sha512=5ea196cca5f15eadc36d83b2c894229218b25c9267da5c02f75510a27a8d13ca6ba072c7b0ef8138ac92aa03489d1cf77d270867daa7e25597ccd79d9e6d840c

doc/elpi.util/Elpi_util/Util/Loc/index.html

Module Util.LocSource

Sourcetype t = {
  1. source_name : string;
  2. source_start : int;
  3. source_stop : int;
  4. line : int;
  5. line_starts_at : int;
}
Sourceval pp : Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval initial : string -> t
OCaml

Innovation. Community. Security.