kosei28/maru/typed does not have a README file
pub(open) trait Length {
fn length(Self) -> Int
}pub(open) trait Remainder {
fn rem(Self, Self) -> Self
}pub(open) trait Zero {
fn zero() -> Self
}type Typed[T]Install
Download zipA minimal MoonBit validation library that constructs a typed value while validating, without holding a schema as a value.