REPL import warning; version info in CLI
Adds the ability to toggle result decoding in REPL. Adds several more useful functions to the base library.
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
x = map (\i : lconcat "Successfully concatenated " i) [("two strings!")]
|
||||
x = map (\i : append "Successfully concatenated " i) [("two strings!")]
|
||||
main = equal? x [("Successfully concatenated two strings!")]
|
||||
|
Reference in New Issue
Block a user