aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1d6e047..01bcbac 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ Below the surface layer, there is a more low-level wrapper (`XArray`) around
Here is a little taster of the API, to get a sense for the design:
```haskell
-import GHC.TypeLits (Nat)
+import GHC.TypeLits (Nat, SNat)
data Ranked (n :: Nat) a {- e.g. -} Ranked 3 Float
data Shaped (sh :: '[Nat]) a {- e.g. -} Shaped [2,3,4] Float