Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove fossil about term:<∅> in the setting
  • Loading branch information
FROGGS committed Aug 4, 2014
1 parent 54b4503 commit 8d5d20c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/set_operators.pm
Expand Up @@ -252,7 +252,5 @@ only sub infix:<<"\x227D">>($a, $b --> Bool) {
sub set(*@args --> Set) { Set.new(@args) }
sub bag(*@args --> Bag) { Bag.new(|@args) }
sub mix(*@args --> Mix) { Mix.new(|@args) }
# U+2205 EMPTY SET
#constant term:<<"\x2205">> = set(); #Cannot call ACCEPTS; no signatures match

# vim: ft=perl6 expandtab sw=4

0 comments on commit 8d5d20c

Please sign in to comment.