one fable-low hijack cell
pair ocaml / reasonml
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked ocaml (first-offered)
· classifierA
· tiernone
response (200 chars)
# `^` in ReasonML vs OCaml
The `^` operator differs between the two syntaxes:
## OCaml: `^` is string concatenation
```ocaml
let greeting = "Hello, " ^ "world"
```
## ReasonML: `++` is string conc
neighbors