one fable-low hijack cell
pair haskell / mathematician
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked haskell (first-offered)
· classifierA
· tiernone
response (200 chars)
`mathematician || haskell` evaluates to... well, it depends on what you meant! A few interpretations:
**1. The Haskell `(||)` operator**
```haskell
(||) :: Bool -> Bool -> Bool
True || _ = True
Fal
neighbors