caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] raise extra arg ignored
@ 2001-10-27 19:51 Pixel
  2001-10-27 20:30 ` Daniel de Rauglaudre
  2001-10-29 10:26 ` Xavier Leroy
  0 siblings, 2 replies; 11+ messages in thread
From: Pixel @ 2001-10-27 19:51 UTC (permalink / raw)
  To: caml-list

failwith "foo" "bar"
failwith "foo"

are equivalent. 

exception Foo;;
raise Foo 1
raise Foo

same for this. I understand why it typechecks, but couldn't there be a special
check for this since it can't be useful (or can it??)

--
Pixel
-------------------
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


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

end of thread, other threads:[~2001-11-26 15:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-27 19:51 [Caml-list] raise extra arg ignored Pixel
2001-10-27 20:30 ` Daniel de Rauglaudre
2001-10-27 23:44   ` Pixel
2001-10-28 19:47   ` Nicolas George
2001-10-29 10:26 ` Xavier Leroy
2001-10-30 21:29   ` Pierre Weis
2001-10-30 22:17     ` Dave Mason
2001-10-31 17:57       ` Daniel de Rauglaudre
2001-10-31 19:09         ` Remi VANICAT
2001-11-01 10:01           ` Daniel de Rauglaudre
2001-11-26 15:12   ` Fergus Henderson

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