diff options
Diffstat (limited to 'src/mono_reduce.sml')
-rw-r--r-- | src/mono_reduce.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mono_reduce.sml b/src/mono_reduce.sml index e96a0e8f..39894aa5 100644 --- a/src/mono_reduce.sml +++ b/src/mono_reduce.sml @@ -65,6 +65,7 @@ fun simpleImpure (tsyms, syms) = in simpleTypeImpure tsyms t end + | EApp _ => true | _ => false, bind = fn (env, b) => case b of |