Module
Math.Interval.Bound.Internal
- Package
- purescript-intervals
- Repository
- colehaus/purescript-intervals
#Core Source
newtype Core n l r
Constructors
Instances
(Generic n, Generic l, Generic r) => Generic (Core n l r)
Newtype (Core n l r) _
(Eq n, Eq l, Eq r) => Eq (Core n l r)
(Ord n, Ord l, Ord r) => Ord (Core n l r)
(Generic n, Generic l, Generic r) => Show (Core n l r)
(Ord n) => JoinSemilattice (Core n l r)
(Ord n) => BoundedJoinSemilattice (Core n NegInf r)
(Ord n) => MeetSemilattice (Core n l r)
(Ord n) => BoundedMeetSemilattice (Core n l PosInf)
(Ord n) => Lattice (Core n l r)
(Ord n) => BoundedLattice (Core n NegInf PosInf)
#Bound Source
newtype Bound n
Constructors
Instances
(Generic n) => Generic (Bound n)
Newtype (Bound n) _
(Eq n) => Eq (Bound n)
(Ord n) => Ord (Bound n)
(Generic n) => Show (Bound n)
(Ord n) => Bounded (Bound n)
(Ord n) => JoinSemilattice (Bound n)
(Ord n) => BoundedJoinSemilattice (Bound n)
(Ord n) => MeetSemilattice (Bound n)
(Ord n) => BoundedMeetSemilattice (Bound n)
(Ord n) => Lattice (Bound n)
(Ord n) => BoundedLattice (Bound n)