diff options
| author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2026-04-07 17:22:19 +0200 |
|---|---|---|
| committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2026-04-07 17:22:19 +0200 |
| commit | 57e200212725a24a2ca715c8acda76586306b0ee (patch) | |
| tree | 7fed81c9fa0b7bb309949d73f1fa6ff26f739856 | |
| parent | 933153197b3f2e1e75b8d88b0da6d99a41e8f471 (diff) | |
Update the README remark about the implementation of indexes
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
