package dolmen

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

Interfaces for Tags. Tags are used to attach arbitrary information to ndoes in an ast.

module type S = sig ... end

Base signature for tags.

module type Ae_Base = sig ... end

Minium required signature for tags to typecheck Alt-Ergo's core/base theory.

module type Smtlib_Base = sig ... end

Minium required signature for tags to typecheck smtlib's core/base theory.

module type Zf_Base = sig ... end

Tags