1//! Arrays of arbitrary types, pre-composable with finite functions 2mod arrow; 3mod types; 4 5pub use arrow::*; 6pub use types::*;