one fable-low hijack cell
pair ocaml / rescript
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked ocaml (first-offered)
· classifierA
· tiernone
response (200 chars)
# OCaml → ReScript Cheat Sheet
ReScript shares OCaml's type system, but the syntax is JS-like. Here are the main mappings:
## Bindings & Functions
```ocaml
(* OCaml *)
let x = 5
let add a b = a + b
neighbors