Adds the ability to toggle result decoding in REPL. Adds several more useful functions to the base library.
3 lines
133 B
Plaintext
3 lines
133 B
Plaintext
x = map (\i : append "Successfully concatenated " i) [("two strings!")]
|
|
main = equal? x [("Successfully concatenated two strings!")]
|