aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 81a71f25d9074ce7bf6fab6ee80b95d55c00957b (plain)
1
2
3
4
5
6
Wrapper library around `orthotope` that defines nested arrays, including
tuples, of (eventually) unboxed values. The arrays are represented in
struct-of-arrays form via the `Data.Vector.Unboxed` data family trick. Below
the surface layer, there is a more low-level wrapper around `orthotope` that
defines an array type type-indexed by `[Maybe Nat]`: some dimensions are
shape-typed (i.e. have their size statically known), and some not.