mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 00:42:28 +03:00
documentation fix
This commit is contained in:
parent
5c9707508c
commit
3814d9c649
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user