Skip to content

Commit

Permalink
Merge pull request #111 from erg-lang/fix-#110
Browse files Browse the repository at this point in the history
Fix #110
  • Loading branch information
mtshiba authored Sep 1, 2022
2 parents edf3c5b + f71024e commit 7b2576a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/erg_compiler/context/initialize/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ impl Context {
// trait_("Rational"),
// trait_("Integral"),
poly_trait("Eq", vec![ty_tp(Bool)]),
poly_trait("Add", vec![ty_tp(Bool)]),
trait_("Ord"),
// mono("SelfAdd"),
// mono("SelfSub"),
Expand Down

0 comments on commit 7b2576a

Please sign in to comment.