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

Safe HaskellSafe
LanguageHaskell98

Control.Applicative.Unicode

Synopsis

Documentation

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

(⊛) = <*>

U+229B, CIRCLED ASTERISK OPERATOR

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

(∅) = empty

U+2205, EMPTY SET