one fable-low hijack cell
pair ocaml / sml
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked ocaml (first-offered)
· classifierA
· tiernone
response (200 chars)
# `^` in SML vs OCaml
Good news: **`^` means the same thing in both languages — string concatenation.**
## Standard ML
```sml
"hello" ^ " " ^ "world";
(* val it = "hello world" : string *)
```
Type:
neighbors