diff options
| author | Alasdair Armstrong | 2018-07-27 19:06:06 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-07-27 19:06:29 +0100 |
| commit | 2b58101cb9637349cd35d59c8a205df369b1d69e (patch) | |
| tree | 96e86806b900d5c5dcedb0e19531e60c6e7c7b1c /src/specialize.ml | |
| parent | 3755e6701a9286677fd2f4ca40a16305b360f9d9 (diff) | |
Remove unused U_effect constructor
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 |
