use crate::r#type::{*, Type::*}; pub fn arr(a: impl Into>, b: impl Into>) -> Type { Arrow(a.into(), b.into()) }