package dolmen

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

Module Dolmen_stdSource

Sourcemodule Id : sig ... end

Standard implementation of identifiers

Sourcemodule Misc : sig ... end
Sourcemodule Normalize : sig ... end

Normalizing functions

Sourcemodule ParseLocation : sig ... end

Standard implementation of file locations.

Sourcemodule Statement : sig ... end

Standard imlplementation of statements. This module provides a reasonable and standard implementation of statements, that can directly be used to instantiated the various functors of the dolmen library. These statements are closer to smtlib statements than to other languages statements because it is easier to express other languages statements using smtlib's than the other way around. Still, a generalisation of smtlib statements was needed so as not to lose some important distinctions between conjectures and assertions for instance.

Sourcemodule Term : sig ... end

Standard implementation of terms

Sourcemodule Transformer : sig ... end
OCaml

Innovation. Community. Security.