one fable-low hijack cell
pair ocaml / purescript
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked ocaml (first-offered)
· classifierA
· tiernone
response (200 chars)
# PureScript → OCaml Cheat Sheet
## Basic Syntax
| PureScript | OCaml |
|---|---|
| `x :: Int` | `(x : int)` |
| `f :: Int -> Int` | `val f : int -> int` |
| `let x = 5 in ...` | `let x = 5 in ...`
neighbors