- a signature S
- two modules A and B, which both implement S
- an ocamlyacc file which refers to an implementation of S
I want to generate two executable, one where A is used and another
where B is used.
The most logical thing would be to turn the ocamlyacc part into a
functor which accepts an implementation of S. But there does not seem
to be any way of doing this. What can I do?
Can menhir do this?
Best regards,
Andrej
_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs
Yes, Menhir has a keyword (%parameter) that allows precisely this.
--
François Pottier
Francois...@inria.fr
http://cristal.inria.fr/~fpottier/