Mercurial > pysmcl
changeset 336:ca43b16ec8e1
Explained the distribute parameter
author | Sigurd Meldgaard <stm@daimi.au.dk> |
---|---|
date | Wed, 07 Jul 2010 11:35:52 +0200 |
parents | afabe8ada21f |
children | 4ad646307bd7 |
files | pysmcl/flow.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pysmcl/flow.py Wed Jul 07 11:15:02 2010 +0200 +++ b/pysmcl/flow.py Wed Jul 07 11:35:52 2010 +0200 @@ -24,6 +24,10 @@ key (String) A string used to index into the out_values dictionary init (Lattice point) The initial lattice point + + distribute (function): a function telling how information is + passed on to children of a statement + """ def default_distribute(x): for child in x.children: