one fable-low hijack cell
pair haskell / sml
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked haskell (first-offered)
· classifierA
· tiernone
response (200 chars)
# `^` in SML vs Haskell
These two languages use `^` for **different things**:
## Standard ML: String Concatenation
```sml
"hello" ^ " " ^ "world" (* "hello world" *)
```
- Type: `string * string ->
neighbors