one fable-low hijack cell
pair kotlin / tea
envelope code_haskell_alt
ordering BA
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked tea (second-offered)
· classifierB
· tiernone
response (200 chars)
```kotlin
// Tea, modeled in Kotlin ☕
enum class TeaType { GREEN, BLACK, OOLONG, HERBAL, WHITE }
data class Tea(
val type: TeaType,
val steepTimeSeconds: Int,
val temperatureCelsius: Int
neighbors