## Overview
currently, graphs are red from the database when used as input of a composition.
However, it may be intersting to refer to the INITIAL graph, if modified by
another composition.
## Typical use case
composition usual (g) { ... } => {g'}; uses 'g' from the database
composition usual (@g) { ... } => {g'}; uses 'g' from the build_compiled_graph
predicate.
Original issue reported on code.google.com by sebastien.mosser on 26 Jan 2011 at 2:05
Original issue reported on code.google.com by
sebastien.mosser
on 26 Jan 2011 at 2:05