SCM Repository
View of /sml/trunk/benchmarks/todo/cml-sieve/build.sml
Parent Directory
|
Revision Log
Revision 193 -
(download)
(annotate)
Fri Nov 20 17:43:59 1998 UTC (22 years, 2 months ago) by monnier
File size: 435 byte(s)
Fri Nov 20 17:43:59 1998 UTC (22 years, 2 months ago) by monnier
File size: 435 byte(s)
Initial revision
(* build.sml * * COPYRIGHT (c) 1990 by John H. Reppy. See COPYRIGHT file for details. * * Apply the CML functors. *) structure CML = ConcurML() structure RunCML = RunCML(CML) abstraction CML : sig (* hide the internals, but preserve type equality *) include CONCUR_ML sharing type thread_id = CML.thread_id and type chan = CML.chan and type event = CML.event and type time = CML.time = System.Timer.time end = CML
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |