ref: b993c2b768d19487579fecc2dd202a337b4f2945 dir: /lib/Data/Semigroup.hs/
module Data.Semigroup(module Data.Semigroup) where import Primitives infixr 6 <> class Semigroup a where (<>) :: a -> a -> a