1Reflect.dump(3kaya) Kaya module reference Reflect.dump(3kaya)
2
3
4
6 Reflect::dump - Print any value as a string
7
9 Void dump( a val )
10
12 val A value
13
15 Prints any value as a string, including arrays, unions and closures.
16 Note that what is printed is the run-time representation of the value,
17 so dump(just(5)); will print Tag1(5), not just(5).
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
29
30
31Kaya December 2010 Reflect.dump(3kaya)