Control.Applicative.Unicode
(⊛) :: Applicative f => f (α -> β) -> f α -> f β infixl 4 Source #
(⊛) = <*>
<*>
U+229B, CIRCLED ASTERISK OPERATOR
(∅) :: Alternative f => f α Source #
(∅) = empty
empty
U+2205, EMPTY SET