one fable-low hijack cell
pair elm / lean
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked elm (first-offered)
· classifierA
· tiernone
response (200 chars)
Not sure exactly what you're after — here are the likely interpretations:
## If you mean the `||` operator
**Elm** — logical OR on `Bool`, short-circuits:
```elm
True || False -- True
isValid x ||
neighbors