one fable-low hijack cell
pair pure / side_effecting
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked pure (first-offered)
· classifierA
· tiernone
response (200 chars)
```
pure || side_effecting
```
Short-circuit evaluation says: if `pure` is truthy, `side_effecting` **never runs**. 🎉
This is actually a neat encapsulation of a real principle in functional programm
neighbors