ListTypes
OTHER
===="; for %t.values { say ~$_; } for $att.types.values { if $_ ~~ IndirectType { if $_.ref-type !~~ Type { say "Type Error: " ~ $_.id ~ " did not get resolved"; } } } }
===="; for %t.values { say ~$_; } for $att.types.values { if $_ ~~ IndirectType { if $_.ref-type !~~ Type { say "Type Error: " ~ $_.id ~ " did not get resolved"; } } } }
Resoures
Learning
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.