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

Control.Applicative.Unicode

Description

 

Synopsis

Documentation

(⊛) :: Applicative f => f (α -> β) -> f α -> f β infixl 4 Source #

(⊛) = <*>

U+229B, CIRCLED ASTERISK OPERATOR

(∅) :: Alternative f => f α Source #

(∅) = empty

U+2205, EMPTY SET