base-unicode-symbols-0.2.2.4: Unicode alternatives for common functions and operators

Copyright2009–2011 Roel van Dijk
LicenseBSD3 (see the file LICENSE)
MaintainerRoel van Dijk <vandijk.roel@gmail.com>
Safe HaskellSafe
LanguageHaskell98

Data.Monoid.Unicode

Description

 

Synopsis

Documentation

(∅) :: Monoid α => α #

(∅) = mempty

U+2205, EMPTY SET

(⊕) :: Monoid α => α -> α -> α infixr 6 #

(⊕) = mappend

U+2295, CIRCLED PLUS