Import Upstream version 20180207
[hcoop/debian/mlton.git] / mlton / ssa / profile.sig
CommitLineData
7f918cf1
CE
1(* Copyright (C) 1999-2007 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
9signature PROFILE_STRUCTS =
10 sig
11 include SHRINK
12 end
13
14signature PROFILE =
15 sig
16 include PROFILE_STRUCTS
17
18 val addProfile: Program.t -> Program.t
19 val dropProfile: Program.t -> Program.t
20 end