packages feed

MicroHs-0.8: lib/Data/Semigroup.hs

module Data.Semigroup(Data.Semigroup) where
import Primitive

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