Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
SyntaxTrees.Purescript.Type
Documentation
Instances
Show TypeParam Source # | |
Eq TypeParam Source # | |
Ord TypeParam Source # | |
data AnyKindedType Source #
Instances
Show AnyKindedType Source # | |
Defined in SyntaxTrees.Purescript.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.Purescript.Type Methods showsPrec :: Int -> ClassConstraint -> ShowS # show :: ClassConstraint -> String # showList :: [ClassConstraint] -> ShowS # |
showTypeNested :: Type -> String Source #
showArrowTypeNested :: Type -> String Source #
showTypeScopeNested :: Type -> String Source #
showClassScopeNested :: Type -> String Source #