one fable-low hijack cell
pair haskell / reasonml
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked haskell (first-offered)
· classifierA
· tiernone
response (200 chars)
# `^` in ReasonML vs Haskell
The `^` operator means **completely different things** in these two languages:
## ReasonML / OCaml — String Concatenation
```reason
let greeting = "Hello, " ++ "world";
neighbors