| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
SyntaxTrees.Haskell.Type
Documentation
Instances
| Show TypeParam Source # | |
| Eq TypeParam Source # | |
| Ord TypeParam Source # | |
data AnyKindedType Source #
Instances
| Show AnyKindedType Source # | |
Defined in SyntaxTrees.Haskell.Type Methods showsPrec :: Int -> AnyKindedType -> ShowS # show :: AnyKindedType -> String # showList :: [AnyKindedType] -> ShowS # | |
data ClassConstraint Source #
Constructors
| ClassConstraint QClass [Type] |
Instances
| Show ClassConstraint Source # | |
Defined in SyntaxTrees.Haskell.Type Methods showsPrec :: Int -> ClassConstraint -> ShowS # show :: ClassConstraint -> String # showList :: [ClassConstraint] -> ShowS # | |