Skip to content

Commit

Permalink
Must compose Bool after Int.
Browse files Browse the repository at this point in the history
Since now Bool ~~ Int. Fixes missing roles/methods on Bool.
  • Loading branch information
jnthn committed Nov 23, 2015
1 parent 76204fa commit 68e7db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/build/Makefile-JVM.in
Expand Up @@ -87,10 +87,10 @@ J_CORE_SOURCES = \
src/core/Junction.pm \
src/core/Cool.pm \
src/core/Enumeration.pm \
src/core/Bool.pm \
src/core/Numeric.pm \
src/core/Real.pm \
src/core/Int.pm \
src/core/Bool.pm \
src/core/Order.pm \
src/core/UInt64.pm \
src/core/Num.pm \
Expand Down
2 changes: 1 addition & 1 deletion tools/build/moar_core_sources
Expand Up @@ -33,10 +33,10 @@ src/core/Submethod.pm
src/core/Junction.pm
src/core/Cool.pm
src/core/Enumeration.pm
src/core/Bool.pm
src/core/Numeric.pm
src/core/Real.pm
src/core/Int.pm
src/core/Bool.pm
src/core/Order.pm
src/core/UInt64.pm
src/core/Num.pm
Expand Down

0 comments on commit 68e7db5

Please sign in to comment.