aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-10-28 12:56:29 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-10-28 12:56:29 +0100
commit4444f04cfdbe449d184ac1ce0a56eb484805364d (patch)
treedd15b08757987daba5e4089fb5b9f27fb3eb2138 /intf
parentd8cea1c80b71d2cd65daa4bc2126f1bfc61b0047 (diff)
Fixing the return type of the Atoken symbol.
Diffstat (limited to 'intf')
-rw-r--r--intf/extend.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/extend.mli b/intf/extend.mli
index aa0db52d7..975f194b0 100644
--- a/intf/extend.mli
+++ b/intf/extend.mli
@@ -54,7 +54,7 @@ type simple_constr_prod_entry_key =
(** {5 Type-safe grammar extension} *)
type ('self, 'a) symbol =
-| Atoken : Tok.t -> ('self, Tok.t) symbol
+| Atoken : Tok.t -> ('self, string) symbol
| Alist1 : ('self, 'a) symbol -> ('self, 'a list) symbol
| Alist1sep : ('self, 'a) symbol * string -> ('self, 'a list) symbol
| Alist0 : ('self, 'a) symbol -> ('self, 'a list) symbol