diff --git a/ECMA-SL/semantics/core/concrete/external.ml b/ECMA-SL/semantics/core/concrete/external.ml index 044d828fe6..700f74da2a 100644 --- a/ECMA-SL/semantics/core/concrete/external.ml +++ b/ECMA-SL/semantics/core/concrete/external.ml @@ -41,7 +41,6 @@ module Impl = struct | App (`Op "symbol", [ Str _ ]) -> Str "symbol" | App (`Op "loc", [ Int _ ]) -> Str "object" | List _ -> Str "list" - | App (`Op "type", [ Str _ ]) -> Str "type" | App (`Op _, _) -> Str "curry" | _ -> unexpected_err 1 op_lbl "value type"