Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / cml / core-cml / cml.sig
CommitLineData
7f918cf1
CE
1(* cml.sig
2 * 2004 Matthew Fluet (mfluet@acm.org)
3 * Ported to MLton threads.
4 *)
5
6(* cml-sig.sml
7 *
8 * COPYRIGHT (c) 1995 AT&T Bell Laboratories.
9 * COPYRIGHT (c) 1989-1991 John H. Reppy
10 *
11 * The interface to the core CML features.
12 *)
13
14signature CML =
15 sig
16 include VERSION
17
18 include THREAD
19 include CHANNEL
20 include EVENT
21 include TIME_OUT
22 end