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