Skip to content

Commit

Permalink
Update eigenstates handling to use Seq for value semantics.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jun 16, 2010
1 parent 465ef30 commit 48e2e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builtins/Junction.pir
Expand Up @@ -73,6 +73,7 @@ src/classes/Junction.pir - Perl 6 Junction and related functions
# Create a Parcel of eigenstates.
.local pmc flat
flat = '&flat'(eigenstates :flat)
flat = flat.'Seq'()
flat = flat.'eager'()
# steal the @!items RPA from flat
eigenstates = getattribute flat, '@!items'
Expand Down

0 comments on commit 48e2e8d

Please sign in to comment.