diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-04-02 20:14:41 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-04-02 20:14:41 +0200 |
commit | 264c8e601f49cebed9280f0da2e73f380bb5be52 (patch) | |
tree | a30bca389921db16d11a745e4297b76592028f0d /ox-arrays.cabal | |
parent | 373799f36417c086510847e4d6689bd68582e658 (diff) |
More docs, sum, shaped interface
Very satisfying to see that the Shaped interface implementation is
almost exactly the same as the Ranked one: just exchanging some Shaped
for Ranked, 'sh' for 'n', etc. yields the Shaped interface.
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 8193d8d..2930ba0 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -13,6 +13,7 @@ library build-depends: base >=4.18, ghc-typelits-knownnat, + ghc-typelits-natnormalise, orthotope, vector hs-source-dirs: src |