Module
Math.Interval.Internal
- Package
- purescript-intervals
- Repository
- colehaus/purescript-intervals
#Interval Source
newtype Interval nConstructors
MkInterval (Either Empty (NonEmpty n))
Instances
(Generic n) => Generic (Interval n)Newtype (Interval n) _(Eq n) => Eq (Interval n)(Ord n) => Ord (Interval n)(Generic n) => Show (Interval n)(Ord n) => JoinSemilattice (Interval n)(Ord n) => BoundedJoinSemilattice (Interval n)(Ord n) => MeetSemilattice (Interval n)(Ord n) => BoundedMeetSemilattice (Interval n)(Ord n) => Lattice (Interval n)(Ord n) => BoundedLattice (Interval n)