tamarin-prover-utils-0.4.1.0: Utility library for the tamarin prover.

PortabilityGHC only
MaintainerBenedikt Schmidt <beschmi@gmail.com>
Safe HaskellNone

Logic.Connectives

Description

Types and instances to handle series of disjunctions and conjunctions.

Synopsis

Documentation

newtype Conj a Source

A conjunction of atoms of type a.

Constructors

Conj 

Fields

getConj :: [a]
 

Instances

newtype Disj a Source

A disjunction of atoms of type a.

Constructors

Disj 

Fields

getDisj :: [a]