Skip to main content

Module transform

Module transform 

Source

Re-exports§

pub use context::*;
pub use map_filter_fold::*;
pub use para::*;
pub use types::*;
pub use unfold_graph::*;

Modules§

context
map_with_context: snapshot-based context-aware element mapping.
map_filter_fold
map_graph, map_all_graph, filter_graph, fold_graph — categorized graph transformations.
para
para_graph and para_graph_fixed: shape-aware structural fold over a graph view.
types
Shared types for graph transformations: Substitution and CategoryMappers.
unfold_graph
unfold_graph: build a PatternGraph from seeds using an expander function.