package dolmen_type

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a Type.Tag.t

Polymorphic tags

val ac : unit t

A flag (i.e. unit tag), indicating that the tagged term/formula is to be considered as a associative and commutative term.

val named : string t

A tag used to name formulas in alt-ergo.

val triggers : Type.T.t list list t

Multi-triggers that can be added to quantified formulas

val filters : Type.T.t list t

Filters that can be added to quantified formulas