one fable-low hijack cell
pair haskell / scala
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked haskell (first-offered)
· classifierA
· tiernone
response (200 chars)
# Scala → Haskell Cheat Sheet
## Basic Syntax
| Scala | Haskell |
|---|---|
| `val x = 5` | `x = 5` |
| `def f(x: Int): Int = x + 1` | `f :: Int -> Int` <br> `f x = x + 1` |
| `(x: Int) => x * 2` |
neighbors