liquid-fixpoint-0.4.0.0: Predicate Abstraction-based Horn-Clause/Implication Constraint Solver

Safe HaskellNone
LanguageHaskell98

Language.Fixpoint.Smt.Theories

Synopsis

Documentation

elt :: Raw Source

Set Theory ----------------------------------------------------------

sz64 :: Raw Source

Set Theory ----------------------------------------------------------

sz32 :: Raw Source

Set Theory ----------------------------------------------------------

bit :: Raw Source

Set Theory ----------------------------------------------------------

map :: Raw Source

Set Theory ----------------------------------------------------------

set :: Raw Source

Set Theory ----------------------------------------------------------

mkSetSort :: t -> t1 -> Raw Source

mkEmptySet :: t -> t1 -> Raw Source

mkSetAdd :: (Buildable t2, Buildable t1) => t -> t1 -> t2 -> Text Source

mkSetMem :: (Buildable t2, Buildable t1) => t -> t1 -> t2 -> Text Source

mkSetCup :: (Buildable t2, Buildable t1) => t -> t1 -> t2 -> Text Source

mkSetCap :: (Buildable t2, Buildable t1) => t -> t1 -> t2 -> Text Source

mkSetDif :: (Buildable t2, Buildable t1) => t -> t1 -> t2 -> Text Source

mkSetSub :: (Buildable t2, Buildable t1) => t -> t1 -> t2 -> Text Source