caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* module interface?
@ 2007-07-30  6:45 skaller
  2007-07-30  7:03 ` [Caml-list] " Benedikt Grundmann
  0 siblings, 1 reply; 8+ messages in thread
From: skaller @ 2007-07-30  6:45 UTC (permalink / raw)
  To: caml-list

Erhm .. how to I declare this in mli file ..
without listing the instantiated Map signature by hand?

module Drules = Map.Make(struct
  type t = string
  let compare = compare
end)


-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net


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

end of thread, other threads:[~2007-07-30 19:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-30  6:45 module interface? skaller
2007-07-30  7:03 ` [Caml-list] " Benedikt Grundmann
2007-07-30  7:55   ` skaller
2007-07-30  8:02     ` Benedikt Grundmann
2007-07-30  8:16       ` skaller
2007-07-30 16:43     ` Christopher L Conway
2007-07-30 17:13       ` skaller
2007-07-30 19:24         ` Jon Harrop

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