package dolmen

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Implementation requirement for the Smtlib format.

type location

The type of locations.

type term

The type of terms

type statement

The type of statements

val statement : string -> (?loc:location -> term list -> statement) option

Called on statements of the form `(<id> <term>)` where `<id>` is not the name of a statement in the official smtlib specification.

OCaml

Innovation. Community. Security.