Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / cml / core-cml / version.sig
1 (* version.sig
2 * 2004 Matthew Fluet (mfluet@acm.org)
3 * Ported to MLton threads.
4 *)
5
6 (* ???
7 *
8 * COPYRIGHT (c) 1995 AT&T Bell Laboratories.
9 * COPYRIGHT (c) 1989-1991 John H. Reppy
10 *)
11
12 signature VERSION =
13 sig
14 val version : {system : string, version_id : int list, date : string}
15 val banner : string
16 end