Why i need to put #asParser everywhere?

$a asParser / $b asParser / #foo asParser


a proper implementation of #/ makes the above to just:

$a asParser / $b / #foo

which is much more cleaner and convenient.

Or, is there a reason to not send #asParser to every argument where
parser expected?


-- 
Best regards,
Igor Stasenko.

Reply via email to