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

Control.Applicative.Unicode

Synopsis

Documentation

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

(⊛) = <*>

U+229B, CIRCLED ASTERISK OPERATOR

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

(∅) = empty

U+2205, EMPTY SET