On Tue, Apr 3, 2012 at 7:23 AM, Dawid Toton <d...@wp.pl> wrote:
<trimmed>
> module type S = sig
>  include (module type of S) (* 1 *)
>  val not_much_code : t
> end
<trimmed>
>
> How to do what I mark with (* 1 *) and (* 2 *) correctly? Would it help if I
> upgrade my toolchain from 3.11.2 to some more recent version?
> Dawid
>

You can do (* 1 *) as-written in OCaml 3.12.x although I don't think
the ( ) are necessary.

Hez

-- 
Caml-list mailing list.  Subscription management and archives:
https://sympa-roc.inria.fr/wws/info/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to