Safe Haskell | None |
---|---|
Language | Haskell2010 |
AST.Knot.Ann.Arbitrary
Contents
Description
Arbitrary
instance for annotated ASTs, respecting scopes.
Documentation
class Arbitrary a => ArbitraryWithContext a where Source #
Methods
arbitraryCtx :: Context a -> Gen a Source #
type ArbitraryWithContextOf c a = (ArbitraryWithContext a, Context a ~ c) Source #