Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
SyntaxTrees.Scala.Type
Documentation
data ClassConstraint Source #
Constructors
ClassConstraint QTypeClass [Type] |
Instances
Show ClassConstraint Source # | |
Defined in SyntaxTrees.Scala.Type Methods showsPrec :: Int -> ClassConstraint -> ShowS # show :: ClassConstraint -> String # showList :: [ClassConstraint] -> ShowS # |
newtype UsingArgList Source #
Constructors
UsingArgList [UsingArgField] |
Instances
Show UsingArgList Source # | |
Defined in SyntaxTrees.Scala.Type Methods showsPrec :: Int -> UsingArgList -> ShowS # show :: UsingArgList -> String # showList :: [UsingArgList] -> ShowS # |
data UsingArgField Source #
Constructors
UsingArgField | |
Instances
Show UsingArgField Source # | |
Defined in SyntaxTrees.Scala.Type Methods showsPrec :: Int -> UsingArgField -> ShowS # show :: UsingArgField -> String # showList :: [UsingArgField] -> ShowS # |
showTypeNested :: Type -> String Source #
showTypeScopeNested :: Type -> String Source #
showClassScopeNested :: Type -> String Source #