summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Campbell2017-09-21 11:10:19 +0100
committerBrian Campbell2017-09-21 11:10:19 +0100
commit9cfd930ed3069ab78a3e447eb31d13273eee36dc (patch)
tree1128a8842d8038f87229c22281ac8c990d15adfb /src
parent1abb954ad0c6d0a9e673ee98d01226d104297fcd (diff)
Disable existential removal for now
Diffstat (limited to 'src')
-rw-r--r--src/monomorphise.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monomorphise.ml b/src/monomorphise.ml
index 76c6a0bd..b4224f53 100644
--- a/src/monomorphise.ml
+++ b/src/monomorphise.ml
@@ -1298,5 +1298,5 @@ let split_defs splits defs =
in
Defs (List.concat (List.map map_def defs))
in
- deexist (map_locs splits defs')
+ (*deexist*) (map_locs splits defs')