Module
Math.Interval.Bound
- Package
- purescript-intervals
- Repository
- colehaus/purescript-intervals
#injectLower Source
injectLower :: forall n. Lower n -> Bound n
#injectUpper Source
injectUpper :: forall n. Upper n -> Bound n
Re-exports from Math.Interval.Bound.Internal
#Bound Source
newtype Bound n
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)