1Parse.ParseResult(3kaya) Kaya module reference Parse.ParseResult(3kaya)
2
3
4
6 Parse::ParseResult - Parse result
7
9 Parse::ParseResult< a >
10
11
12 = Success(a val)
13
14
15 | ParseError(String err,Int line,Int pos)
16
18 This data type represents the results of parsing a String - either an
19 object of the same type as the parser, or an error containing details
20 and a location.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 Parse.parse (3kaya)
34
35
36
37Kaya December 2010 Parse.ParseResult(3kaya)