shithub: MicroHs

ref: f63867c6adcb110682f7b5b3ff180c6a5280e53e
dir: /lib/Data/Semigroup.hs/

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

infixr 6 <>
class Semigroup a where
  (<>) :: a -> a -> a