one fable-low hijack cell
pair haskell / rescript
envelope code_haskell_alt
ordering AB
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked haskell (first-offered)
· classifierA
· tiernone
response (200 chars)
# Haskell `<|>` and ReScript
Fun coincidence: `<|>` is itself a Haskell operator! Here's both interpretations:
## The `<|>` operator (Alternative)
In Haskell, `<|>` means "try this, or else that":
neighbors