[Bps-public-commit] r12601 - pie/trunk/lib/PIE
clkao at bestpractical.com
clkao at bestpractical.com
Wed May 21 07:08:06 EDT 2008
Author: clkao
Date: Wed May 21 07:08:06 2008
New Revision: 12601
Modified:
pie/trunk/lib/PIE/Lambda.pm
Log:
named arguments in lambda.
Modified: pie/trunk/lib/PIE/Lambda.pm
==============================================================================
--- pie/trunk/lib/PIE/Lambda.pm (original)
+++ pie/trunk/lib/PIE/Lambda.pm Wed May 21 07:08:06 2008
@@ -12,6 +12,10 @@
is => 'rw',
isa => 'ArrayRef[Str]');
+has arguments => (
+ is => 'rw',
+ isa => 'HashRef[PIE::Function::Argument]');
+
sub bind_expressions {
my ($self, $ev, @exp) = @_;
my $bindings = $self->bindings;
More information about the Bps-public-commit
mailing list