Totally works. But if I try to do it multiline, I get an (unhelpful) error:
> functionExamp a1 a2 = a1 ++ a2
<function> : appendable -> appendable -> appendable
"Joe" \
|> functionExamp "Hello "
|
-- SYNTAX PROBLEM --------------------------------------------------------- REPL
I got stuck here:
5| "joe" \
^
Whatever I am running into is confusing me a lot! Normally I can give fairly
specific hints, but something is really tripping me up this time.
.
Also maybe it helps to know what changed in 0.19.1:
More intuitive multiline declarations in REPL
I Hope somebody can hint me in the right direction.