Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* recmod
@ 2004-12-30 22:38 Anastasia Gornostaeva
  2004-12-31  1:10 ` [Caml-list] recmod skaller
  0 siblings, 1 reply; 2+ messages in thread
From: Anastasia Gornostaeva @ 2004-12-30 22:38 UTC (permalink / raw)
  To: caml-list

Hello, Happy New Year!

Is it possible to compile such files?

mod1.ml: 
let get a =
   if Mod2.mem a then 1 else 2

mod2.ml:
let mem a = List.mem a [1;2;3]
let other () =
   print_int (Mod1.get 5)

ermine


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

end of thread, other threads:[~2004-12-31  1:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-30 22:38 recmod Anastasia Gornostaeva
2004-12-31  1:10 ` [Caml-list] recmod skaller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox