diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-11-09 18:19:47 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-11-09 18:19:47 -0500 |
commit | b6d4b9caac8f61ee5900f1ae1387d686e2c9480d (patch) | |
tree | 20f7896237fd6c5305a66766a96cdc17fdbbfcec /src/mono_reduce.sig | |
parent | 348a2b5ed20f6f491662c554ddc2454c55856a04 (diff) |
Remove some allocation
Diffstat (limited to 'src/mono_reduce.sig')
-rw-r--r-- | src/mono_reduce.sig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mono_reduce.sig b/src/mono_reduce.sig index 2495c7f9..a6b6cc81 100644 --- a/src/mono_reduce.sig +++ b/src/mono_reduce.sig @@ -33,4 +33,6 @@ signature MONO_REDUCE = sig val subExpInExp : int * Mono.exp -> Mono.exp -> Mono.exp + val impure : Mono.exp -> bool + end |