[Caml-list] elegant subtyping?

2011-11-04 Thread Markus Weißmann
good as it gets? Best regards -Markus -- Markus Weißmann, M.Sc. Institut für Informatik Technische Universität München Raum 03.07.054, Boltzmannstr. 3, 85748 Garching Tel. +49 (89) 2 89-1 81 05 Fax +49 (89) 2 89-1 81 07 mailto:markus.weissm...@in.tum.de -- Caml-list mailing list. Subscription

Re: [Caml-list] [ANN]: Parmap 0.9.8

2011-11-30 Thread Markus Weißmann
gt; > All implementations need to do 1, 2 and 4; steps 3 and/or 5 may be > omitted depending on > what the user wants to do with the result. > > The array_float_parmap performs steps 1,2,4 and 5. It is possible to share > steps > 1 and 2 among subsequent calls to the parallel fu

Re: [Caml-list] Can one implement greedy/inline data structures in ocaml?

2012-03-09 Thread Markus Weißmann
>    (D.get y).next >> >> (* Now lets use this: *) >> >> (* A task has 2 DList: all and state *) >> type task = { >>  all : task dlist; >>  state : task dlist; >>  name : string; >> } >> >> (* Accessors for the two DLists *) >>