import public Data.NumIdr.ArrayScalar : Type -> TypeScalars are `Array []`, the unique 0-rank array type. They hold a single value.
Scalars are not particularly useful as data structures, but they are
included here anyways.
scalar : a -> Scalar aConvert a value to a scalar.
unwrap : Scalar a -> aUnwrap the single value from a scalar.