Skip to content

Commit

Permalink
Parcels are always defined (even Nil).
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jun 26, 2010
1 parent ac1c280 commit fd5e2e7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/builtins/Parcel.pir
Expand Up @@ -26,20 +26,6 @@ elements and can be flattened into Captures or Lists.
.end


=item defined()

=cut

.sub 'defined' :method
$I0 = elements self
.tailcall '&prefix:<?>'($I0)
.end
.sub '' :vtable('defined')
$I0 = elements self
.return ($I0)
.end


=item item()

A Parcel in item context becomes a Seq.
Expand Down

0 comments on commit fd5e2e7

Please sign in to comment.