documentation fix

This commit is contained in:
Daniel Wagner 2018-05-24 11:56:24 -04:00
parent 5c9707508c
commit 3814d9c649

View File

@ -47,7 +47,7 @@ import Text.PrettyPrint.ANSI.Leijen hiding ((<$>), empty)
data StridedInterval (w :: Nat) =
StridedInterval { typ :: !(NatRepr w) -- ^ number of bits in type.
, base :: !Integer
, range :: !Integer -- ^ This is the number of elements in the interval + 1
, range :: !Integer -- ^ This is the number of elements in the interval - 1
, stride :: !Integer
}