1KayaDoc.DataSummary(3kaya)   Kaya module reference  KayaDoc.DataSummary(3kaya)
2
3
4

NAME

6       KayaDoc::DataSummary - A data type
7

SYNOPSIS

9       KayaDoc::DataSummary< >
10
11
12     =    DataSummary(String    dname,[String]   params,[KayaDoc::Constructor]
13     cons,ElementTreeData::ElementTree summary)
14

DESCRIPTION

16       A function. The fields have the following meanings:
17
18
19     - dname : The name of the type
20
21
22     - params : A list of the type's parameters. For example, Dict<a,b>  would
23     have ["a","b"] here.
24
25
26     - cons : A list of the constructor functions for this type
27
28
29     - summary : Summary documentation for the type
30

AUTHORS

32       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
33       (kaya@kayalang.org). For further information see http://kayalang.org/
34

LICENSE

36       The Kaya standard library is free software;  you  can  redistribute  it
37       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
38       License (version 2.1 or any later version) as  published  by  the  Free
39       Software Foundation.
40
42       KayaDoc.Constructor (3kaya)
43
44
45
46Kaya                             December 2010      KayaDoc.DataSummary(3kaya)
Impressum