Fixpoint3.Ast.Shared
Type Aliases
type alias BoxedDenotation = Denotation[Boxed]
SourceDefinitions
Boxes the lattice components inside the given denotation d.
def isRelational(den: Denotation[v]): Bool
SourceReturns true if the given denotation is relational.
def lattice(): Denotation[v] with LowerBound[v], JoinLattice[v], MeetLattice[v]
SourceReturns a latticenal denotation associated with the type t.