1Prelude.CantDerefNothing(3kayaK)aya module referenPcreelude.CantDerefNothing(3kaya)
2
3
4
6 Prelude::CantDerefNothing - Tried to dereference an empty Maybe
7
9 Prelude::CantDerefNothing(
10
12 If Prelude.deref (3kaya) is called on a Prelude.Maybe (3kaya) equal to
13 nothing this Exception will be thrown. Generally it is better to use a
14 case statement if this is likely.
15
17 Kaya standard library by Edwin Brady, Chris Morris and others
18 (kaya@kayalang.org). For further information see http://kayalang.org/
19
21 The Kaya standard library is free software; you can redistribute it
22 and/or modify it under the terms of the GNU Lesser General Public
23 License (version 2.1 or any later version) as published by the Free
24 Software Foundation.
25
27 Prelude.deref (3kaya)
28
29
30
31Kaya December 2010 Prelude.CantDerefNothing(3kaya)