1Prelude.apply(3kaya) Kaya module reference Prelude.apply(3kaya)
2
3
4
6 Prelude::apply - Apply a function to an argument.
7
9 a apply( a(b) f, b arg )
10
12 f The function to apply
13
14 arg The argument
15
17 Apply a function to an argument - useful for functional programming.
18 apply(f,arg) is equivalent to f(arg)
19
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
31
32
33Kaya December 2010 Prelude.apply(3kaya)