Copyright | (C) Frank Staals |
---|---|
License | see the LICENSE file |
Maintainer | Frank Staals |
Safe Haskell | None |
Language | GHC2021 |
Arbitrary instances for the types in hgeometry-combinatorial
Synopsis
Symbolic instances
Binary tree instances
Orphan instances
Arbitrary Sign Source # | |
(Arbitrary a, Num a, Eq a) => Arbitrary (GRatio a) Source # | |
KnownNat p => Arbitrary (RealNumber p) Source # | |
arbitrary :: Gen (RealNumber p) Source # shrink :: RealNumber p -> [RealNumber p] Source # | |
Arbitrary a => Arbitrary (BinaryTree a) Source # | |
arbitrary :: Gen (BinaryTree a) Source # shrink :: BinaryTree a -> [BinaryTree a] Source # | |
(Arbitrary c, Arbitrary e) => Arbitrary (c :+ e) Source # | |
(Arbitrary a, Arbitrary v) => Arbitrary (BinLeafTree v a) Source # | |
arbitrary :: Gen (BinLeafTree v a) Source # shrink :: BinLeafTree v a -> [BinLeafTree v a] Source # |