shithub: MicroHs

ref: 17d673ba6cfa68e25d9cc3703905db371311ad2e
dir: /lib/Data/Bounded.hs/

View raw version
module Data.Bounded(module Data.Bounded) where
import Primitives

class Bounded a where
  minBound :: a
  maxBound :: a