From c08122e28eca9df17570cac186cc5cb23f044cf6 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 21 Feb 2026 14:37:02 +0100 Subject: add G4fClient.Model.AnyType --- tests/Instances.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/Instances.hs b/tests/Instances.hs index 33459bc..c7a3624 100644 --- a/tests/Instances.hs +++ b/tests/Instances.hs @@ -113,6 +113,9 @@ arbitraryReducedMaybeValue n = do -- * Models +instance Arbitrary AnyType where + arbitrary = AnyType <$> arbitrary + instance Arbitrary ApiKey where arbitrary = sized genApiKey -- cgit v1.2.3