Void dump(a val)
Arguments
val: A value
Usage
Prints any value as a string, including arrays, unions and closures. Note that what is printed is the run-time representation of the value, so dump(just(5)); will print Tag1(5), not just(5).
val: A valuePrints any value as a string, including arrays, unions and closures. Note that what is printed is the run-time representation of the value, so dump(just(5)); will print Tag1(5), not just(5).