Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Yapsi] better DEBUG output for FUTURE::Val
  • Loading branch information
Carl Masak committed Feb 5, 2011
1 parent 4cef98c commit 0c57255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Yapsi.pm
Expand Up @@ -108,6 +108,8 @@ class FUTURE::Var is FUTURE::Node {

class FUTURE::Val is FUTURE::Node {
has $.value;

method info { " -- $.value()" }
}

class FUTURE::Op is FUTURE::Node {}
Expand Down

0 comments on commit 0c57255

Please sign in to comment.