diff options
Diffstat (limited to 'README.md')
| -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) |
