Hi,
When this function gets annotated...
*def h(n):
return not n*
An additional block is generated. Is this something that should/can be
avoided by the annotator?
If this is unavoidable I would like to dive a little in the annotator
simplifier to try to merge the blocks.
cheers
Eric