one fable-low hijack cell
pair haskell / r
envelope code_haskell_alt
ordering AB
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked haskell (first-offered)
· classifierA
· tiernone
response (200 chars)
# `<|>` in Haskell
`<|>` is the **choice/alternative** operator from the `Alternative` typeclass (in `Control.Applicative`):
```haskell
class Applicative f => Alternative f where
empty :: f a
(<
neighbors