Module brane_ast::traversals::null
source · Expand description
Implements a traversal that resolves null-types from the tree, resolving them with more proper types.
Re-exports§
pub use crate::errors::NullError as Error;
Functions§
- Resolves null-typing in the given
brane-dsl
AST.