tensorism-gen 0.2.0

Multidimensional arrays with bounds included in the type system.
Documentation
1
2
3
4
5
6
use crate::model::lambda::{RicciGroup, RicciLambda};

pub enum TopGroup {
    Group(RicciGroup),
    Lambda(Box<RicciLambda>),
}