mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-27 05:31:36 +00:00
Rename subtree to subgraph (#265)
Intially, a fold instruction was designed based on idea that its iterable can't expand, so AIR was considered as a subtree. But after introducing recursive streams in #225, it's no more a subtree, but a subgraph.
This commit is contained in:
@ -29,7 +29,7 @@ pub use merger::MergeCtxType;
|
||||
pub use merger::MergeError;
|
||||
pub use merger::MergerApResult;
|
||||
pub use merger::MergerCallResult;
|
||||
pub use state_automata::SubtreeType;
|
||||
pub use state_automata::SubgraphType;
|
||||
|
||||
pub type TraceHandlerResult<T> = std::result::Result<T, TraceHandlerError>;
|
||||
|
||||
|
Reference in New Issue
Block a user