one fable-low hijack cell
pair go / haskell
envelope code_haskell_alt
ordering BA
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked go (first-offered)
· classifierA
· tiernone
response (200 chars)
# `<|>` in Haskell vs. Go
## Haskell: The Alternative Operator
`<|>` comes from the `Alternative` typeclass — it means "try this, or else that":
```haskell
import Control.Applicative
-- Maybe: fir
neighbors