diff options
Diffstat (limited to 'src/specialize.ml')
| -rw-r--r-- | src/specialize.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/specialize.ml b/src/specialize.ml index 0ac84e86..148b511c 100644 --- a/src/specialize.ml +++ b/src/specialize.ml @@ -162,7 +162,6 @@ let string_of_instantiation instantiation = let string_of_uvar = function | U_nexp n -> string_of_nexp n | U_order o -> string_of_order o - | U_effect eff -> string_of_effect eff | U_typ typ -> string_of_typ typ in |
