Copyright | (C) 2021 QBayLogic B.V. |
---|---|
License | BSD2 (see the file LICENSE) |
Maintainer | QBayLogic B.V. <devops@qbaylogic.com> |
Safe Haskell | None |
Language | Haskell2010 |
Random generation of Signed numbers.
Documentation
data SomeSigned atLeast where Source #
SomeSigned :: SNat n -> Signed (atLeast + n) -> SomeSigned atLeast |
genSomeSigned :: (MonadGen m, KnownNat atLeast) => Range Natural -> m (SomeSigned atLeast) Source #