one fable-low hijack cell
pair monomorphic / polymorphic
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked monomorphic (first-offered)
· classifierA
· tiernone
response (200 chars)
# Monomorphic vs. Polymorphic
## Monomorphic
"One form" — something has exactly **one type** or shape.
```haskell
-- Monomorphic: works only on Int
addInts :: Int -> Int -> Int
```
```java
int max(
neighbors