one fable-low hijack cell
pair camel / ocaml
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked ocaml (second-offered)
· classifierB
· tiernone
response (200 chars)
In OCaml, `^` is the string concatenation operator, so:
```ocaml
# "ocaml" ^ "camel";;
- : string = "ocamlcamel"
```
Note that the operands need to be strings — bare `ocaml ^ camel` would be treated
neighbors