caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* zero-arity constructor
@ 2010-11-26 21:46 Julia Lawall
  2010-11-26 21:51 ` [Caml-list] " Mehdi Dogguy
  0 siblings, 1 reply; 4+ messages in thread
From: Julia Lawall @ 2010-11-26 21:46 UTC (permalink / raw)
  To: caml-list

The following code compiles in 3.12.0 but doesn't compile in 3.10.2. Is it 
a bug or a feature?

type ty = A | B

let start x =
  match x with
    A _ -> ()
  | _ -> ()

julia


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-26 22:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-26 21:46 zero-arity constructor Julia Lawall
2010-11-26 21:51 ` [Caml-list] " Mehdi Dogguy
2010-11-26 22:02   ` Julia Lawall
2010-11-26 22:32     ` bluestorm

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).