typr-core 0.5.7

Core type checking and transpilation logic for TypR - a typed superset of R
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod builder;
pub mod doc_attach;
pub mod edges;
pub mod model;

pub use builder::build_spg;
pub use builder::build_spg_from_items;
pub use doc_attach::build_doc_map;
pub use edges::infer_edges;
pub use model::{Edge, EdgeKind, Node, NodeKind, NodePayload, SourceLoc, Spg, Visibility};