diff options
| author | Enrico Tassi | 2019-03-18 15:17:55 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2019-03-31 14:36:28 +0200 |
| commit | f832476404a29d7791c1a6d7970988d3b2e3ad9e (patch) | |
| tree | e515ca0ba5bfcd0bdab224ec387698ab4b479ea4 /gramlib | |
| parent | 55e89d725cad4714d61c1201478c4b2ae786d070 (diff) | |
documentation
Diffstat (limited to 'gramlib')
| -rw-r--r-- | gramlib/plexing.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gramlib/plexing.mli b/gramlib/plexing.mli index 48722e01be..26443df026 100644 --- a/gramlib/plexing.mli +++ b/gramlib/plexing.mli @@ -14,7 +14,7 @@ type pattern = string * string option - The first string is the constructor name (must start with an uppercase character). When it is empty, the second string is supposed to be a keyword. -- The second string is the constructor parameter. Empty if it +- The second component is the constructor parameter. None if it has no parameter (corresponding to the 'wildcard' pattern). - The way tokens patterns are interpreted to parse tokens is done by the lexer, function [tok_match] below. *) |
