Skip to content

Commit

Permalink
Remove unused but problematic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
br4sco committed Nov 12, 2023
1 parent dd0ad86 commit 4764396
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stdlib/mexpr/keyword-maker.mc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
include "ast.mc"
include "info.mc"
include "error.mc"
include "mexpr.mc"
include "ast-builder.mc"
include "eq.mc"

Expand Down Expand Up @@ -163,7 +162,7 @@ end

-- A test fragment that is used to test the approach. This
-- fragment can be used as a template when using the keyword maker.
lang _testKeywordMaker = KeywordMaker + MExpr + MExprEq
lang _testKeywordMaker = KeywordMaker + MExprEq

-- Example terms that will be used to represent the values of the
-- the keyword expressions (the new language constructs). The term
Expand Down

0 comments on commit 4764396

Please sign in to comment.