package dolmen

  1. Overview
  2. Docs
A parser library

Install

Dune Dependency

Authors

Maintainers

Sources

dolmen-0.4.1.tar.gz
md5=55a97ff61dd8398e38570272ae7e3964
sha512=83f71037eb568d5449ff2d968cb50a0b105c9712e0bd29497d1f95683698f394860a11d4dee2a2a41163504e395ef068c3974901fca11894d671684fe438fc51

doc/dolmen.zf/Dolmen_zf/module-type-Statement/index.html

Module type Dolmen_zf.StatementSource

Implementation requirements for the Zipperposition format.

Sourcetype t

The type of statements.

Sourcetype id

The type of identifiers

Sourcetype term

The type of terms used in statements.

Sourcetype location

The type of locations attached to statements.

Sourceval import : ?loc:location -> string -> t
Sourceval data : ?loc:location -> ?attrs:term list -> t list -> t
Sourceval defs : ?loc:location -> ?attrs:term list -> t list -> t
Sourceval rewrite : ?loc:location -> ?attrs:term list -> term -> t
Sourceval goal : ?loc:location -> ?attrs:term list -> term -> t
Sourceval assume : ?loc:location -> ?attrs:term list -> term -> t
Sourceval lemma : ?loc:location -> ?attrs:term list -> term -> t
Sourceval decl : ?loc:location -> ?attrs:term list -> id -> term -> t
Sourceval definition : ?loc:location -> ?attrs:term list -> id -> term -> term list -> t
Sourceval inductive : ?loc:location -> ?attrs:term list -> id -> term list -> (id * term list) list -> t
OCaml

Innovation. Community. Security.