Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / cml / util / debug.sig
1 (* debug.sig
2 * 2004 Matthew Fluet (mfluet@acm.org)
3 * Ported to MLton threads.
4 *)
5
6 (* debug.sml
7 *
8 * COPYRIGHT (c) 1995 AT&T Bell Laboratories.
9 * COPYRIGHT (c) 1989-1991 John H. Reppy
10 *
11 * Debugging support for the CML core.
12 *)
13
14 signature DEBUG =
15 sig
16 val sayDebug : (unit -> string) list * (unit -> string) -> unit
17 val sayDebug' : string -> unit
18 end