Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / mlton / basic / my-dirs.sig
1 (* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
2 * Jagannathan, and Stephen Weeks.
3 *
4 * MLton is released under a BSD-style license.
5 * See the file MLton-LICENSE for details.
6 *)
7
8 signature MY_DIRS =
9 sig
10 val dirs: unit -> {home: Dir.t,
11 sml: Dir.t,
12 smlnj: Dir.t,
13 bin: Dir.t,
14 binFiles: Dir.t,
15 heap: Dir.t,
16 src: Dir.t,
17 compiler: Dir.t}
18 val exportFn: string * (string * string list -> int) -> unit
19 val exportML: string -> bool
20 end