Browse thread
[Caml-list] Genlex (question and problem)
-
Jeremy Fincher
-
Daniel de Rauglaudre
- Jeremy Fincher
-
Daniel de Rauglaudre
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jeremy Fincher <fincher.8@o...> |
| Subject: | Re: [Caml-list] Genlex (question and problem) |
> > I get "This pattern matches values of type Genlex.token option but
> > is here used to match values of type Genlex.token Stream.t option",
> > which I *cannot* figure out.
>
> At which location of your source?
Did I really forget that? Sheesh! It was late here :)
I get the error on the parse_inside function *after* the parse_stats function (the second one :)) If I comment out this line:
| [< 'Ident "stats"; 'Kwd "="; stats = parse_stats; Kwd ";"; rest >] ->
parse_inside2 { cu with stats = stats } rest
Then it works. But I can't see what's wrong with that line.
Thanks,
Jeremy
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr