File: trace-cml.cm

package info (click to toggle)
mlton 20100608-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 34,980 kB
  • ctags: 69,089
  • sloc: ansic: 18,421; lisp: 2,879; makefile: 1,570; sh: 1,325; pascal: 256; asm: 97
file content (32 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
(* trace-cml.cm
 *
 * COPYRIGHT (c) 1996 AT&T Research.
 *
 * The TraceCML library module needs access to CML internals, so we package
 * it up into a sub-group.
 *)
Group (cm-descr/trace-cml.cm)
  (* Notice that the "owner" specification above gets ignored by the old
   * CM.  Under the old CM clients use _this_ file to refer to the
   * trace library, under the new CM clients use the description file
   * in cm-descr/trace-cml.cm.
   * This is done to avoid a file-naming conflict for smlnj-lib.cm.
   * The conflict is caused by the old CM's path-search mechanism and
   * does not occur under the new CM. *)
  signature TRACE_CML
  structure TraceCML
is
#if defined (NEW_CM)
  $/smlnj-lib.cm
  $cml/basis.cm
  $cml/core-cml.cm
  $cml/cml.cm
#else
  smlnj-lib.cm
  ../src/basis.cm
  ../src/core-cml.cm
  ../src/cml.cm
#endif

  trace-cml-sig.sml
  trace-cml.sml