aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2025-12-14 16:55:45 +0100
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2025-12-14 20:42:00 +0100
commitb0cc8caff4ccf5df85f3bea743be1f03ddde01c6 (patch)
treed1e0489ccf1b28a8e67b834820836af9cf3c6a0e /test
parent87e656c5cfebdbd2966494e8ef3f5504d328232a (diff)
Fix f in SMayNat to always be SNat and UNPACK it
Diffstat (limited to 'test')
-rw-r--r--test/Gen.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Gen.hs b/test/Gen.hs
index 4f5fe96..952e8db 100644
--- a/test/Gen.hs
+++ b/test/Gen.hs
@@ -139,7 +139,7 @@ genStaticShX = \n k -> case n of
genStaticShX n' $ \ssh ->
k (item :!% ssh)
where
- genItem :: Monad m => (forall n. SMayNat () SNat n -> PropertyT m ()) -> PropertyT m ()
+ genItem :: Monad m => (forall n. SMayNat () n -> PropertyT m ()) -> PropertyT m ()
genItem k = do
b <- forAll Gen.bool
if b