Skip to content

Commit

Permalink
[Truffle] Numeric includes Comparable.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 19, 2014
1 parent a7d0d34 commit b6ac4c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ public void initialize() {
// Includes

objectClass.include(null, kernelModule);
numericClass.include(null, comparableModule);

// Set constants

Expand Down

0 comments on commit b6ac4c4

Please sign in to comment.