Skip to content

Commit

Permalink
address PR #133 review
Browse files Browse the repository at this point in the history
  • Loading branch information
andreffnascimento committed Jun 27, 2024
1 parent 2d5520b commit 06047d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ECMA-SL/semantics/core/concrete/external.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 06047d7

Please sign in to comment.