caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Another problem with version 3.12.0+beta1
@ 2010-07-21 14:04 Dumitru Potop-Butucaru
  0 siblings, 0 replies; only message in thread
From: Dumitru Potop-Butucaru @ 2010-07-21 14:04 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 497 bytes --]

Hello again,

Given that I started bugging you, here is another problem
I have (not blocking, though, as the previous one).

The simplified syntax:
module MyModule (Param:ParamType) :
  sig
    ...
  end
=
  struct
    ...
  end
;;

does not work for module type declarations.
The declaration of a module type is only accepted
under the form
module type MyModuleType =
    functor (Param:ParamType) ->
    sig
       ...
    end
;;

Maybe the simplified form can be added soon. :)

Yours,
Dumitru

[-- Attachment #2: dumitru_potop_butucaru.vcf --]
[-- Type: text/x-vcard, Size: 301 bytes --]

begin:vcard
fn:Dumitru Potop-Butucaru
n:Potop-Butucaru;Dumitru
org:INRIA Rocquencourt;Project AOSTE
adr:;;Domaine de Voluceau, BP 105;Le Chesnay;;F-78153;France
email;internet:dumitru.potop@inria.fr
tel;work:+33-139.63.55.80
x-mozilla-html:FALSE
url:http://www.DumitruPotop.net
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-21 14:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-21 14:04 Another problem with version 3.12.0+beta1 Dumitru Potop-Butucaru

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).