caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] newbie type problem
@ 2003-10-24  6:11 Dustin Sallings
  2003-10-23 23:32 ` David Brown
  0 siblings, 1 reply; 12+ messages in thread
From: Dustin Sallings @ 2003-10-24  6:11 UTC (permalink / raw)
  To: caml-list


	I'm fairly new to caml, but have run into something I can't seem to 
figure out.

	I'm trying to rewrite an application I'd originally written in python 
(and scheme, and eiffel, and C, etc...), but I can't seem to figure out 
how to define the type I want.  Basically, it might look something like 
this:

type per_block = {
     pb_ts: int;
     pb_counts: [hashtable goes here];
     pb_times: [hashtable goes here];
};;

	Can anybody tell me what I'm actually trying to do here?

--
SPY                      My girlfriend asked me which one I like better.
pub  1024/3CAE01D5 1994/11/03 Dustin Sallings <dustin@spy.net>
|    Key fingerprint =  87 02 57 08 02 D0 DA D6  C8 0F 3E 65 51 98 D8 BE
L_______________________ I hope the answer won't upset her. ____________

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


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

end of thread, other threads:[~2003-10-29 16:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-24  6:11 [Caml-list] newbie type problem Dustin Sallings
2003-10-23 23:32 ` David Brown
2003-10-24  6:54   ` Dustin Sallings
2003-10-24  0:52     ` David Brown
2003-10-24  8:21       ` Dustin Sallings
2003-10-24 12:49         ` Andrew Lenharth
2003-10-24 13:22           ` Remi Vanicat
2003-10-29  7:23         ` Florian Hars
2003-10-29  8:03           ` Dustin Sallings
2003-10-29 16:27             ` Florian Hars
2003-10-24  9:25     ` Hendrik Tews
2003-10-24 16:23       ` Dustin Sallings

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