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