shithub: MicroHs

ref: 07d3077a0836ba741ed37f0397045e4a38deefee
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