aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2026-04-07 17:22:19 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2026-04-07 17:22:19 +0200
commit57e200212725a24a2ca715c8acda76586306b0ee (patch)
tree7fed81c9fa0b7bb309949d73f1fa6ff26f739856 /README.md
parent933153197b3f2e1e75b8d88b0da6d99a41e8f471 (diff)
Update the README remark about the implementation of indexes
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 667bf9d..032f7b8 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ mindex :: Elt a => Mixed xsh a -> IIxX xsh -> a
-- The index types can be used as if they were defined as follows; pattern
-- synonyms are provided to construct the illusion. (The actual definitions are
--- a bit more general and indirect.)
+-- indirect, with the benefit that they make many conversion operations free.)
data IIxR n where
ZIR :: IIxR 0
(:.:) :: Int -> IIxR n -> IIxR (n + 1)