Skip to content

Commit

Permalink
address PR #128 review - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
julianayang777 authored and filipeom committed Jun 25, 2024
1 parent a08ca62 commit c00c951
Show file tree
Hide file tree
Showing 11 changed files with 575 additions and 21 deletions.
2 changes: 1 addition & 1 deletion ECMA-SL/semantics/core/concrete/external.ml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module Impl = struct
| List _ -> Str "list"
| App (`Op "NullType", [])
| App (`Op "IntType", [])
| App (`Op "RealType", [])
| App (`Op "FltType", [])
| App (`Op "StrType", [])
| App (`Op "BoolType", [])
| App (`Op "SymbolType", [])
Expand Down
Loading

0 comments on commit c00c951

Please sign in to comment.