Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix two Num stragglers to Real
  • Loading branch information
lizmat committed Apr 13, 2014
1 parent 2a30681 commit 36e316d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Set.pm
@@ -1,7 +1,7 @@
my class Set does Setty {
has Int $!total;
has Num $!min;
has Num $!max;
has Real$!min;
has Real$!max;
has $!WHICH;

method total (--> Int) { $!total //= %!elems.elems }
Expand Down

0 comments on commit 36e316d

Please sign in to comment.