Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
A Scala syntax model based on Scalameta (https://scalameta.org)
Documentation
newtype PredefString Source #
Instances
Read PredefString Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS PredefString # readList :: ReadS [PredefString] # | |
Show PredefString Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> PredefString -> ShowS # show :: PredefString -> String # showList :: [PredefString] -> ShowS # | |
Eq PredefString Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: PredefString -> PredefString -> Bool # (/=) :: PredefString -> PredefString -> Bool # | |
Ord PredefString Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: PredefString -> PredefString -> Ordering # (<) :: PredefString -> PredefString -> Bool # (<=) :: PredefString -> PredefString -> Bool # (>) :: PredefString -> PredefString -> Bool # (>=) :: PredefString -> PredefString -> Bool # max :: PredefString -> PredefString -> PredefString # min :: PredefString -> PredefString -> PredefString # |
_PredefString :: Name Source #
data ScalaSymbol Source #
Instances
Read ScalaSymbol Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS ScalaSymbol # readList :: ReadS [ScalaSymbol] # readPrec :: ReadPrec ScalaSymbol # readListPrec :: ReadPrec [ScalaSymbol] # | |
Show ScalaSymbol Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> ScalaSymbol -> ShowS # show :: ScalaSymbol -> String # showList :: [ScalaSymbol] -> ShowS # | |
Eq ScalaSymbol Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: ScalaSymbol -> ScalaSymbol -> Bool # (/=) :: ScalaSymbol -> ScalaSymbol -> Bool # | |
Ord ScalaSymbol Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: ScalaSymbol -> ScalaSymbol -> Ordering # (<) :: ScalaSymbol -> ScalaSymbol -> Bool # (<=) :: ScalaSymbol -> ScalaSymbol -> Bool # (>) :: ScalaSymbol -> ScalaSymbol -> Bool # (>=) :: ScalaSymbol -> ScalaSymbol -> Bool # max :: ScalaSymbol -> ScalaSymbol -> ScalaSymbol # min :: ScalaSymbol -> ScalaSymbol -> ScalaSymbol # |
_ScalaSymbol :: Name Source #
LitNull | |
LitInt Int | |
LitDouble Double | |
LitFloat Float | |
LitByte Int | |
LitShort Int | |
LitChar Int | |
LitLong Integer | |
LitBoolean Bool | |
LitUnit | |
LitString String | |
LitSymbol ScalaSymbol |
Data_RefThis Data_This | |
Data_RefSuper Data_Super | |
Data_RefName Data_Name | |
Data_RefAnonymous Data_Anonymous | |
Data_RefSelect Data_Select | |
Data_RefApplyUnary Data_ApplyUnary |
_Data_This :: Name Source #
data Data_Super Source #
Instances
Read Data_Super Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Super # readList :: ReadS [Data_Super] # readPrec :: ReadPrec Data_Super # readListPrec :: ReadPrec [Data_Super] # | |
Show Data_Super Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Super -> ShowS # show :: Data_Super -> String # showList :: [Data_Super] -> ShowS # | |
Eq Data_Super Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Super -> Data_Super -> Bool # (/=) :: Data_Super -> Data_Super -> Bool # | |
Ord Data_Super Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Super -> Data_Super -> Ordering # (<) :: Data_Super -> Data_Super -> Bool # (<=) :: Data_Super -> Data_Super -> Bool # (>) :: Data_Super -> Data_Super -> Bool # (>=) :: Data_Super -> Data_Super -> Bool # max :: Data_Super -> Data_Super -> Data_Super # min :: Data_Super -> Data_Super -> Data_Super # |
_Data_Super :: Name Source #
_Data_Name :: Name Source #
data Data_Anonymous Source #
Instances
Read Data_Anonymous Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Anonymous # readList :: ReadS [Data_Anonymous] # | |
Show Data_Anonymous Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Anonymous -> ShowS # show :: Data_Anonymous -> String # showList :: [Data_Anonymous] -> ShowS # | |
Eq Data_Anonymous Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Anonymous -> Data_Anonymous -> Bool # (/=) :: Data_Anonymous -> Data_Anonymous -> Bool # | |
Ord Data_Anonymous Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Anonymous -> Data_Anonymous -> Ordering # (<) :: Data_Anonymous -> Data_Anonymous -> Bool # (<=) :: Data_Anonymous -> Data_Anonymous -> Bool # (>) :: Data_Anonymous -> Data_Anonymous -> Bool # (>=) :: Data_Anonymous -> Data_Anonymous -> Bool # max :: Data_Anonymous -> Data_Anonymous -> Data_Anonymous # min :: Data_Anonymous -> Data_Anonymous -> Data_Anonymous # |
data Data_Select Source #
Instances
Read Data_Select Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Select # readList :: ReadS [Data_Select] # readPrec :: ReadPrec Data_Select # readListPrec :: ReadPrec [Data_Select] # | |
Show Data_Select Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Select -> ShowS # show :: Data_Select -> String # showList :: [Data_Select] -> ShowS # | |
Eq Data_Select Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Select -> Data_Select -> Bool # (/=) :: Data_Select -> Data_Select -> Bool # | |
Ord Data_Select Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Select -> Data_Select -> Ordering # (<) :: Data_Select -> Data_Select -> Bool # (<=) :: Data_Select -> Data_Select -> Bool # (>) :: Data_Select -> Data_Select -> Bool # (>=) :: Data_Select -> Data_Select -> Bool # max :: Data_Select -> Data_Select -> Data_Select # min :: Data_Select -> Data_Select -> Data_Select # |
_Data_Select :: Name Source #
data Data_Interpolate Source #
Instances
Read Data_Interpolate Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Data_Interpolate Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Interpolate -> ShowS # show :: Data_Interpolate -> String # showList :: [Data_Interpolate] -> ShowS # | |
Eq Data_Interpolate Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Interpolate -> Data_Interpolate -> Bool # (/=) :: Data_Interpolate -> Data_Interpolate -> Bool # | |
Ord Data_Interpolate Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Interpolate -> Data_Interpolate -> Ordering # (<) :: Data_Interpolate -> Data_Interpolate -> Bool # (<=) :: Data_Interpolate -> Data_Interpolate -> Bool # (>) :: Data_Interpolate -> Data_Interpolate -> Bool # (>=) :: Data_Interpolate -> Data_Interpolate -> Bool # max :: Data_Interpolate -> Data_Interpolate -> Data_Interpolate # min :: Data_Interpolate -> Data_Interpolate -> Data_Interpolate # |
Data_Xml | |
|
data Data_Apply Source #
Data_Apply | |
|
Instances
Read Data_Apply Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Apply # readList :: ReadS [Data_Apply] # readPrec :: ReadPrec Data_Apply # readListPrec :: ReadPrec [Data_Apply] # | |
Show Data_Apply Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Apply -> ShowS # show :: Data_Apply -> String # showList :: [Data_Apply] -> ShowS # | |
Eq Data_Apply Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Apply -> Data_Apply -> Bool # (/=) :: Data_Apply -> Data_Apply -> Bool # | |
Ord Data_Apply Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Apply -> Data_Apply -> Ordering # (<) :: Data_Apply -> Data_Apply -> Bool # (<=) :: Data_Apply -> Data_Apply -> Bool # (>) :: Data_Apply -> Data_Apply -> Bool # (>=) :: Data_Apply -> Data_Apply -> Bool # max :: Data_Apply -> Data_Apply -> Data_Apply # min :: Data_Apply -> Data_Apply -> Data_Apply # |
_Data_Apply :: Name Source #
data Data_ApplyUsing Source #
Instances
Read Data_ApplyUsing Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Data_ApplyUsing Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_ApplyUsing -> ShowS # show :: Data_ApplyUsing -> String # showList :: [Data_ApplyUsing] -> ShowS # | |
Eq Data_ApplyUsing Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_ApplyUsing -> Data_ApplyUsing -> Bool # (/=) :: Data_ApplyUsing -> Data_ApplyUsing -> Bool # | |
Ord Data_ApplyUsing Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_ApplyUsing -> Data_ApplyUsing -> Ordering # (<) :: Data_ApplyUsing -> Data_ApplyUsing -> Bool # (<=) :: Data_ApplyUsing -> Data_ApplyUsing -> Bool # (>) :: Data_ApplyUsing -> Data_ApplyUsing -> Bool # (>=) :: Data_ApplyUsing -> Data_ApplyUsing -> Bool # max :: Data_ApplyUsing -> Data_ApplyUsing -> Data_ApplyUsing # min :: Data_ApplyUsing -> Data_ApplyUsing -> Data_ApplyUsing # |
data Data_ApplyType Source #
Data_ApplyType | |
|
Instances
Read Data_ApplyType Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_ApplyType # readList :: ReadS [Data_ApplyType] # | |
Show Data_ApplyType Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_ApplyType -> ShowS # show :: Data_ApplyType -> String # showList :: [Data_ApplyType] -> ShowS # | |
Eq Data_ApplyType Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_ApplyType -> Data_ApplyType -> Bool # (/=) :: Data_ApplyType -> Data_ApplyType -> Bool # | |
Ord Data_ApplyType Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_ApplyType -> Data_ApplyType -> Ordering # (<) :: Data_ApplyType -> Data_ApplyType -> Bool # (<=) :: Data_ApplyType -> Data_ApplyType -> Bool # (>) :: Data_ApplyType -> Data_ApplyType -> Bool # (>=) :: Data_ApplyType -> Data_ApplyType -> Bool # max :: Data_ApplyType -> Data_ApplyType -> Data_ApplyType # min :: Data_ApplyType -> Data_ApplyType -> Data_ApplyType # |
data Data_ApplyInfix Source #
Instances
Read Data_ApplyInfix Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Data_ApplyInfix Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_ApplyInfix -> ShowS # show :: Data_ApplyInfix -> String # showList :: [Data_ApplyInfix] -> ShowS # | |
Eq Data_ApplyInfix Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_ApplyInfix -> Data_ApplyInfix -> Bool # (/=) :: Data_ApplyInfix -> Data_ApplyInfix -> Bool # | |
Ord Data_ApplyInfix Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_ApplyInfix -> Data_ApplyInfix -> Ordering # (<) :: Data_ApplyInfix -> Data_ApplyInfix -> Bool # (<=) :: Data_ApplyInfix -> Data_ApplyInfix -> Bool # (>) :: Data_ApplyInfix -> Data_ApplyInfix -> Bool # (>=) :: Data_ApplyInfix -> Data_ApplyInfix -> Bool # max :: Data_ApplyInfix -> Data_ApplyInfix -> Data_ApplyInfix # min :: Data_ApplyInfix -> Data_ApplyInfix -> Data_ApplyInfix # |
data Data_ApplyUnary Source #
Instances
Read Data_ApplyUnary Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Data_ApplyUnary Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_ApplyUnary -> ShowS # show :: Data_ApplyUnary -> String # showList :: [Data_ApplyUnary] -> ShowS # | |
Eq Data_ApplyUnary Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_ApplyUnary -> Data_ApplyUnary -> Bool # (/=) :: Data_ApplyUnary -> Data_ApplyUnary -> Bool # | |
Ord Data_ApplyUnary Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_ApplyUnary -> Data_ApplyUnary -> Ordering # (<) :: Data_ApplyUnary -> Data_ApplyUnary -> Bool # (<=) :: Data_ApplyUnary -> Data_ApplyUnary -> Bool # (>) :: Data_ApplyUnary -> Data_ApplyUnary -> Bool # (>=) :: Data_ApplyUnary -> Data_ApplyUnary -> Bool # max :: Data_ApplyUnary -> Data_ApplyUnary -> Data_ApplyUnary # min :: Data_ApplyUnary -> Data_ApplyUnary -> Data_ApplyUnary # |
data Data_Assign Source #
Instances
Read Data_Assign Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Assign # readList :: ReadS [Data_Assign] # readPrec :: ReadPrec Data_Assign # readListPrec :: ReadPrec [Data_Assign] # | |
Show Data_Assign Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Assign -> ShowS # show :: Data_Assign -> String # showList :: [Data_Assign] -> ShowS # | |
Eq Data_Assign Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Assign -> Data_Assign -> Bool # (/=) :: Data_Assign -> Data_Assign -> Bool # | |
Ord Data_Assign Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Assign -> Data_Assign -> Ordering # (<) :: Data_Assign -> Data_Assign -> Bool # (<=) :: Data_Assign -> Data_Assign -> Bool # (>) :: Data_Assign -> Data_Assign -> Bool # (>=) :: Data_Assign -> Data_Assign -> Bool # max :: Data_Assign -> Data_Assign -> Data_Assign # min :: Data_Assign -> Data_Assign -> Data_Assign # |
_Data_Assign :: Name Source #
data Data_Return Source #
Instances
Read Data_Return Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Return # readList :: ReadS [Data_Return] # readPrec :: ReadPrec Data_Return # readListPrec :: ReadPrec [Data_Return] # | |
Show Data_Return Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Return -> ShowS # show :: Data_Return -> String # showList :: [Data_Return] -> ShowS # | |
Eq Data_Return Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Return -> Data_Return -> Bool # (/=) :: Data_Return -> Data_Return -> Bool # | |
Ord Data_Return Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Return -> Data_Return -> Ordering # (<) :: Data_Return -> Data_Return -> Bool # (<=) :: Data_Return -> Data_Return -> Bool # (>) :: Data_Return -> Data_Return -> Bool # (>=) :: Data_Return -> Data_Return -> Bool # max :: Data_Return -> Data_Return -> Data_Return # min :: Data_Return -> Data_Return -> Data_Return # |
_Data_Return :: Name Source #
data Data_Throw Source #
Instances
Read Data_Throw Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Throw # readList :: ReadS [Data_Throw] # readPrec :: ReadPrec Data_Throw # readListPrec :: ReadPrec [Data_Throw] # | |
Show Data_Throw Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Throw -> ShowS # show :: Data_Throw -> String # showList :: [Data_Throw] -> ShowS # | |
Eq Data_Throw Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Throw -> Data_Throw -> Bool # (/=) :: Data_Throw -> Data_Throw -> Bool # | |
Ord Data_Throw Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Throw -> Data_Throw -> Ordering # (<) :: Data_Throw -> Data_Throw -> Bool # (<=) :: Data_Throw -> Data_Throw -> Bool # (>) :: Data_Throw -> Data_Throw -> Bool # (>=) :: Data_Throw -> Data_Throw -> Bool # max :: Data_Throw -> Data_Throw -> Data_Throw # min :: Data_Throw -> Data_Throw -> Data_Throw # |
_Data_Throw :: Name Source #
data Data_Ascribe Source #
Instances
Read Data_Ascribe Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Ascribe # readList :: ReadS [Data_Ascribe] # | |
Show Data_Ascribe Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Ascribe -> ShowS # show :: Data_Ascribe -> String # showList :: [Data_Ascribe] -> ShowS # | |
Eq Data_Ascribe Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Ascribe -> Data_Ascribe -> Bool # (/=) :: Data_Ascribe -> Data_Ascribe -> Bool # | |
Ord Data_Ascribe Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Ascribe -> Data_Ascribe -> Ordering # (<) :: Data_Ascribe -> Data_Ascribe -> Bool # (<=) :: Data_Ascribe -> Data_Ascribe -> Bool # (>) :: Data_Ascribe -> Data_Ascribe -> Bool # (>=) :: Data_Ascribe -> Data_Ascribe -> Bool # max :: Data_Ascribe -> Data_Ascribe -> Data_Ascribe # min :: Data_Ascribe -> Data_Ascribe -> Data_Ascribe # |
_Data_Ascribe :: Name Source #
data Data_Annotate Source #
Instances
Read Data_Annotate Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Annotate # readList :: ReadS [Data_Annotate] # | |
Show Data_Annotate Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Annotate -> ShowS # show :: Data_Annotate -> String # showList :: [Data_Annotate] -> ShowS # | |
Eq Data_Annotate Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Annotate -> Data_Annotate -> Bool # (/=) :: Data_Annotate -> Data_Annotate -> Bool # | |
Ord Data_Annotate Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Annotate -> Data_Annotate -> Ordering # (<) :: Data_Annotate -> Data_Annotate -> Bool # (<=) :: Data_Annotate -> Data_Annotate -> Bool # (>) :: Data_Annotate -> Data_Annotate -> Bool # (>=) :: Data_Annotate -> Data_Annotate -> Bool # max :: Data_Annotate -> Data_Annotate -> Data_Annotate # min :: Data_Annotate -> Data_Annotate -> Data_Annotate # |
data Data_Tuple Source #
Data_Tuple | |
|
Instances
Read Data_Tuple Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Tuple # readList :: ReadS [Data_Tuple] # readPrec :: ReadPrec Data_Tuple # readListPrec :: ReadPrec [Data_Tuple] # | |
Show Data_Tuple Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Tuple -> ShowS # show :: Data_Tuple -> String # showList :: [Data_Tuple] -> ShowS # | |
Eq Data_Tuple Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Tuple -> Data_Tuple -> Bool # (/=) :: Data_Tuple -> Data_Tuple -> Bool # | |
Ord Data_Tuple Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Tuple -> Data_Tuple -> Ordering # (<) :: Data_Tuple -> Data_Tuple -> Bool # (<=) :: Data_Tuple -> Data_Tuple -> Bool # (>) :: Data_Tuple -> Data_Tuple -> Bool # (>=) :: Data_Tuple -> Data_Tuple -> Bool # max :: Data_Tuple -> Data_Tuple -> Data_Tuple # min :: Data_Tuple -> Data_Tuple -> Data_Tuple # |
_Data_Tuple :: Name Source #
data Data_Block Source #
Instances
Read Data_Block Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Block # readList :: ReadS [Data_Block] # readPrec :: ReadPrec Data_Block # readListPrec :: ReadPrec [Data_Block] # | |
Show Data_Block Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Block -> ShowS # show :: Data_Block -> String # showList :: [Data_Block] -> ShowS # | |
Eq Data_Block Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Block -> Data_Block -> Bool # (/=) :: Data_Block -> Data_Block -> Bool # | |
Ord Data_Block Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Block -> Data_Block -> Ordering # (<) :: Data_Block -> Data_Block -> Bool # (<=) :: Data_Block -> Data_Block -> Bool # (>) :: Data_Block -> Data_Block -> Bool # (>=) :: Data_Block -> Data_Block -> Bool # max :: Data_Block -> Data_Block -> Data_Block # min :: Data_Block -> Data_Block -> Data_Block # |
_Data_Block :: Name Source #
data Data_EndMarker Source #
Instances
Read Data_EndMarker Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_EndMarker # readList :: ReadS [Data_EndMarker] # | |
Show Data_EndMarker Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_EndMarker -> ShowS # show :: Data_EndMarker -> String # showList :: [Data_EndMarker] -> ShowS # | |
Eq Data_EndMarker Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_EndMarker -> Data_EndMarker -> Bool # (/=) :: Data_EndMarker -> Data_EndMarker -> Bool # | |
Ord Data_EndMarker Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_EndMarker -> Data_EndMarker -> Ordering # (<) :: Data_EndMarker -> Data_EndMarker -> Bool # (<=) :: Data_EndMarker -> Data_EndMarker -> Bool # (>) :: Data_EndMarker -> Data_EndMarker -> Bool # (>=) :: Data_EndMarker -> Data_EndMarker -> Bool # max :: Data_EndMarker -> Data_EndMarker -> Data_EndMarker # min :: Data_EndMarker -> Data_EndMarker -> Data_EndMarker # |
Data_If | |
|
data Data_QuotedMacroExpr Source #
Instances
Read Data_QuotedMacroExpr Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Data_QuotedMacroExpr Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_QuotedMacroExpr -> ShowS # show :: Data_QuotedMacroExpr -> String # showList :: [Data_QuotedMacroExpr] -> ShowS # | |
Eq Data_QuotedMacroExpr Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_QuotedMacroExpr -> Data_QuotedMacroExpr -> Bool # (/=) :: Data_QuotedMacroExpr -> Data_QuotedMacroExpr -> Bool # | |
Ord Data_QuotedMacroExpr Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_QuotedMacroExpr -> Data_QuotedMacroExpr -> Ordering # (<) :: Data_QuotedMacroExpr -> Data_QuotedMacroExpr -> Bool # (<=) :: Data_QuotedMacroExpr -> Data_QuotedMacroExpr -> Bool # (>) :: Data_QuotedMacroExpr -> Data_QuotedMacroExpr -> Bool # (>=) :: Data_QuotedMacroExpr -> Data_QuotedMacroExpr -> Bool # max :: Data_QuotedMacroExpr -> Data_QuotedMacroExpr -> Data_QuotedMacroExpr # min :: Data_QuotedMacroExpr -> Data_QuotedMacroExpr -> Data_QuotedMacroExpr # |
data Data_QuotedMacroType Source #
Instances
Read Data_QuotedMacroType Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Data_QuotedMacroType Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_QuotedMacroType -> ShowS # show :: Data_QuotedMacroType -> String # showList :: [Data_QuotedMacroType] -> ShowS # | |
Eq Data_QuotedMacroType Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_QuotedMacroType -> Data_QuotedMacroType -> Bool # (/=) :: Data_QuotedMacroType -> Data_QuotedMacroType -> Bool # | |
Ord Data_QuotedMacroType Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_QuotedMacroType -> Data_QuotedMacroType -> Ordering # (<) :: Data_QuotedMacroType -> Data_QuotedMacroType -> Bool # (<=) :: Data_QuotedMacroType -> Data_QuotedMacroType -> Bool # (>) :: Data_QuotedMacroType -> Data_QuotedMacroType -> Bool # (>=) :: Data_QuotedMacroType -> Data_QuotedMacroType -> Bool # max :: Data_QuotedMacroType -> Data_QuotedMacroType -> Data_QuotedMacroType # min :: Data_QuotedMacroType -> Data_QuotedMacroType -> Data_QuotedMacroType # |
data Data_SplicedMacroExpr Source #
Instances
data Data_Match Source #
Data_Match | |
|
Instances
Read Data_Match Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Match # readList :: ReadS [Data_Match] # readPrec :: ReadPrec Data_Match # readListPrec :: ReadPrec [Data_Match] # | |
Show Data_Match Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Match -> ShowS # show :: Data_Match -> String # showList :: [Data_Match] -> ShowS # | |
Eq Data_Match Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Match -> Data_Match -> Bool # (/=) :: Data_Match -> Data_Match -> Bool # | |
Ord Data_Match Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Match -> Data_Match -> Ordering # (<) :: Data_Match -> Data_Match -> Bool # (<=) :: Data_Match -> Data_Match -> Bool # (>) :: Data_Match -> Data_Match -> Bool # (>=) :: Data_Match -> Data_Match -> Bool # max :: Data_Match -> Data_Match -> Data_Match # min :: Data_Match -> Data_Match -> Data_Match # |
_Data_Match :: Name Source #
Data_Try | |
|
data Data_TryWithHandler Source #
Instances
Read Data_TryWithHandler Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Data_TryWithHandler Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_TryWithHandler -> ShowS # show :: Data_TryWithHandler -> String # showList :: [Data_TryWithHandler] -> ShowS # | |
Eq Data_TryWithHandler Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_TryWithHandler -> Data_TryWithHandler -> Bool # (/=) :: Data_TryWithHandler -> Data_TryWithHandler -> Bool # | |
Ord Data_TryWithHandler Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_TryWithHandler -> Data_TryWithHandler -> Ordering # (<) :: Data_TryWithHandler -> Data_TryWithHandler -> Bool # (<=) :: Data_TryWithHandler -> Data_TryWithHandler -> Bool # (>) :: Data_TryWithHandler -> Data_TryWithHandler -> Bool # (>=) :: Data_TryWithHandler -> Data_TryWithHandler -> Bool # max :: Data_TryWithHandler -> Data_TryWithHandler -> Data_TryWithHandler # min :: Data_TryWithHandler -> Data_TryWithHandler -> Data_TryWithHandler # |
data Data_FunctionData Source #
Instances
Read Data_FunctionData Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Data_FunctionData Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_FunctionData -> ShowS # show :: Data_FunctionData -> String # showList :: [Data_FunctionData] -> ShowS # | |
Eq Data_FunctionData Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_FunctionData -> Data_FunctionData -> Bool # (/=) :: Data_FunctionData -> Data_FunctionData -> Bool # | |
Ord Data_FunctionData Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_FunctionData -> Data_FunctionData -> Ordering # (<) :: Data_FunctionData -> Data_FunctionData -> Bool # (<=) :: Data_FunctionData -> Data_FunctionData -> Bool # (>) :: Data_FunctionData -> Data_FunctionData -> Bool # (>=) :: Data_FunctionData -> Data_FunctionData -> Bool # max :: Data_FunctionData -> Data_FunctionData -> Data_FunctionData # min :: Data_FunctionData -> Data_FunctionData -> Data_FunctionData # |
data Data_ContextFunction Source #
Instances
Read Data_ContextFunction Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Data_ContextFunction Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_ContextFunction -> ShowS # show :: Data_ContextFunction -> String # showList :: [Data_ContextFunction] -> ShowS # | |
Eq Data_ContextFunction Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_ContextFunction -> Data_ContextFunction -> Bool # (/=) :: Data_ContextFunction -> Data_ContextFunction -> Bool # | |
Ord Data_ContextFunction Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_ContextFunction -> Data_ContextFunction -> Ordering # (<) :: Data_ContextFunction -> Data_ContextFunction -> Bool # (<=) :: Data_ContextFunction -> Data_ContextFunction -> Bool # (>) :: Data_ContextFunction -> Data_ContextFunction -> Bool # (>=) :: Data_ContextFunction -> Data_ContextFunction -> Bool # max :: Data_ContextFunction -> Data_ContextFunction -> Data_ContextFunction # min :: Data_ContextFunction -> Data_ContextFunction -> Data_ContextFunction # |
data Data_Function Source #
Instances
Read Data_Function Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Function # readList :: ReadS [Data_Function] # | |
Show Data_Function Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Function -> ShowS # show :: Data_Function -> String # showList :: [Data_Function] -> ShowS # | |
Eq Data_Function Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Function -> Data_Function -> Bool # (/=) :: Data_Function -> Data_Function -> Bool # | |
Ord Data_Function Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Function -> Data_Function -> Ordering # (<) :: Data_Function -> Data_Function -> Bool # (<=) :: Data_Function -> Data_Function -> Bool # (>) :: Data_Function -> Data_Function -> Bool # (>=) :: Data_Function -> Data_Function -> Bool # max :: Data_Function -> Data_Function -> Data_Function # min :: Data_Function -> Data_Function -> Data_Function # |
data Data_PolyFunction Source #
Instances
Read Data_PolyFunction Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Data_PolyFunction Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_PolyFunction -> ShowS # show :: Data_PolyFunction -> String # showList :: [Data_PolyFunction] -> ShowS # | |
Eq Data_PolyFunction Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_PolyFunction -> Data_PolyFunction -> Bool # (/=) :: Data_PolyFunction -> Data_PolyFunction -> Bool # | |
Ord Data_PolyFunction Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_PolyFunction -> Data_PolyFunction -> Ordering # (<) :: Data_PolyFunction -> Data_PolyFunction -> Bool # (<=) :: Data_PolyFunction -> Data_PolyFunction -> Bool # (>) :: Data_PolyFunction -> Data_PolyFunction -> Bool # (>=) :: Data_PolyFunction -> Data_PolyFunction -> Bool # max :: Data_PolyFunction -> Data_PolyFunction -> Data_PolyFunction # min :: Data_PolyFunction -> Data_PolyFunction -> Data_PolyFunction # |
data Data_PartialFunction Source #
Instances
Read Data_PartialFunction Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Data_PartialFunction Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_PartialFunction -> ShowS # show :: Data_PartialFunction -> String # showList :: [Data_PartialFunction] -> ShowS # | |
Eq Data_PartialFunction Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_PartialFunction -> Data_PartialFunction -> Bool # (/=) :: Data_PartialFunction -> Data_PartialFunction -> Bool # | |
Ord Data_PartialFunction Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_PartialFunction -> Data_PartialFunction -> Ordering # (<) :: Data_PartialFunction -> Data_PartialFunction -> Bool # (<=) :: Data_PartialFunction -> Data_PartialFunction -> Bool # (>) :: Data_PartialFunction -> Data_PartialFunction -> Bool # (>=) :: Data_PartialFunction -> Data_PartialFunction -> Bool # max :: Data_PartialFunction -> Data_PartialFunction -> Data_PartialFunction # min :: Data_PartialFunction -> Data_PartialFunction -> Data_PartialFunction # |
data Data_While Source #
Instances
Read Data_While Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_While # readList :: ReadS [Data_While] # readPrec :: ReadPrec Data_While # readListPrec :: ReadPrec [Data_While] # | |
Show Data_While Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_While -> ShowS # show :: Data_While -> String # showList :: [Data_While] -> ShowS # | |
Eq Data_While Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_While -> Data_While -> Bool # (/=) :: Data_While -> Data_While -> Bool # | |
Ord Data_While Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_While -> Data_While -> Ordering # (<) :: Data_While -> Data_While -> Bool # (<=) :: Data_While -> Data_While -> Bool # (>) :: Data_While -> Data_While -> Bool # (>=) :: Data_While -> Data_While -> Bool # max :: Data_While -> Data_While -> Data_While # min :: Data_While -> Data_While -> Data_While # |
_Data_While :: Name Source #
Data_Do | |
|
data Data_ForYield Source #
Instances
Read Data_ForYield Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_ForYield # readList :: ReadS [Data_ForYield] # | |
Show Data_ForYield Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_ForYield -> ShowS # show :: Data_ForYield -> String # showList :: [Data_ForYield] -> ShowS # | |
Eq Data_ForYield Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_ForYield -> Data_ForYield -> Bool # (/=) :: Data_ForYield -> Data_ForYield -> Bool # | |
Ord Data_ForYield Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_ForYield -> Data_ForYield -> Ordering # (<) :: Data_ForYield -> Data_ForYield -> Bool # (<=) :: Data_ForYield -> Data_ForYield -> Bool # (>) :: Data_ForYield -> Data_ForYield -> Bool # (>=) :: Data_ForYield -> Data_ForYield -> Bool # max :: Data_ForYield -> Data_ForYield -> Data_ForYield # min :: Data_ForYield -> Data_ForYield -> Data_ForYield # |
data Data_NewAnonymous Source #
Instances
Read Data_NewAnonymous Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Data_NewAnonymous Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_NewAnonymous -> ShowS # show :: Data_NewAnonymous -> String # showList :: [Data_NewAnonymous] -> ShowS # | |
Eq Data_NewAnonymous Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_NewAnonymous -> Data_NewAnonymous -> Bool # (/=) :: Data_NewAnonymous -> Data_NewAnonymous -> Bool # | |
Ord Data_NewAnonymous Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_NewAnonymous -> Data_NewAnonymous -> Ordering # (<) :: Data_NewAnonymous -> Data_NewAnonymous -> Bool # (<=) :: Data_NewAnonymous -> Data_NewAnonymous -> Bool # (>) :: Data_NewAnonymous -> Data_NewAnonymous -> Bool # (>=) :: Data_NewAnonymous -> Data_NewAnonymous -> Bool # max :: Data_NewAnonymous -> Data_NewAnonymous -> Data_NewAnonymous # min :: Data_NewAnonymous -> Data_NewAnonymous -> Data_NewAnonymous # |
data Data_Placeholder Source #
Instances
Read Data_Placeholder Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Data_Placeholder Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Placeholder -> ShowS # show :: Data_Placeholder -> String # showList :: [Data_Placeholder] -> ShowS # | |
Eq Data_Placeholder Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Placeholder -> Data_Placeholder -> Bool # (/=) :: Data_Placeholder -> Data_Placeholder -> Bool # | |
Ord Data_Placeholder Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Placeholder -> Data_Placeholder -> Ordering # (<) :: Data_Placeholder -> Data_Placeholder -> Bool # (<=) :: Data_Placeholder -> Data_Placeholder -> Bool # (>) :: Data_Placeholder -> Data_Placeholder -> Bool # (>=) :: Data_Placeholder -> Data_Placeholder -> Bool # max :: Data_Placeholder -> Data_Placeholder -> Data_Placeholder # min :: Data_Placeholder -> Data_Placeholder -> Data_Placeholder # |
data Data_Repeated Source #
Instances
Read Data_Repeated Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Repeated # readList :: ReadS [Data_Repeated] # | |
Show Data_Repeated Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Repeated -> ShowS # show :: Data_Repeated -> String # showList :: [Data_Repeated] -> ShowS # | |
Eq Data_Repeated Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Repeated -> Data_Repeated -> Bool # (/=) :: Data_Repeated -> Data_Repeated -> Bool # | |
Ord Data_Repeated Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Repeated -> Data_Repeated -> Ordering # (<) :: Data_Repeated -> Data_Repeated -> Bool # (<=) :: Data_Repeated -> Data_Repeated -> Bool # (>) :: Data_Repeated -> Data_Repeated -> Bool # (>=) :: Data_Repeated -> Data_Repeated -> Bool # max :: Data_Repeated -> Data_Repeated -> Data_Repeated # min :: Data_Repeated -> Data_Repeated -> Data_Repeated # |
data Data_Param Source #
Data_Param | |
|
Instances
Read Data_Param Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Data_Param # readList :: ReadS [Data_Param] # readPrec :: ReadPrec Data_Param # readListPrec :: ReadPrec [Data_Param] # | |
Show Data_Param Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Data_Param -> ShowS # show :: Data_Param -> String # showList :: [Data_Param] -> ShowS # | |
Eq Data_Param Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Data_Param -> Data_Param -> Bool # (/=) :: Data_Param -> Data_Param -> Bool # | |
Ord Data_Param Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Data_Param -> Data_Param -> Ordering # (<) :: Data_Param -> Data_Param -> Bool # (<=) :: Data_Param -> Data_Param -> Bool # (>) :: Data_Param -> Data_Param -> Bool # (>=) :: Data_Param -> Data_Param -> Bool # max :: Data_Param -> Data_Param -> Data_Param # min :: Data_Param -> Data_Param -> Data_Param # |
_Data_Param :: Name Source #
Type_RefName Type_Name | |
Type_RefSelect Type_Select | |
Type_RefProject Type_Project | |
Type_RefSingleton Type_Singleton |
_Type_Name :: Name Source #
data Type_AnonymousName Source #
Instances
Read Type_AnonymousName Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Type_AnonymousName Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_AnonymousName -> ShowS # show :: Type_AnonymousName -> String # showList :: [Type_AnonymousName] -> ShowS # | |
Eq Type_AnonymousName Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_AnonymousName -> Type_AnonymousName -> Bool # (/=) :: Type_AnonymousName -> Type_AnonymousName -> Bool # | |
Ord Type_AnonymousName Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_AnonymousName -> Type_AnonymousName -> Ordering # (<) :: Type_AnonymousName -> Type_AnonymousName -> Bool # (<=) :: Type_AnonymousName -> Type_AnonymousName -> Bool # (>) :: Type_AnonymousName -> Type_AnonymousName -> Bool # (>=) :: Type_AnonymousName -> Type_AnonymousName -> Bool # max :: Type_AnonymousName -> Type_AnonymousName -> Type_AnonymousName # min :: Type_AnonymousName -> Type_AnonymousName -> Type_AnonymousName # |
data Type_Select Source #
Instances
Read Type_Select Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Select # readList :: ReadS [Type_Select] # readPrec :: ReadPrec Type_Select # readListPrec :: ReadPrec [Type_Select] # | |
Show Type_Select Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Select -> ShowS # show :: Type_Select -> String # showList :: [Type_Select] -> ShowS # | |
Eq Type_Select Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Select -> Type_Select -> Bool # (/=) :: Type_Select -> Type_Select -> Bool # | |
Ord Type_Select Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Select -> Type_Select -> Ordering # (<) :: Type_Select -> Type_Select -> Bool # (<=) :: Type_Select -> Type_Select -> Bool # (>) :: Type_Select -> Type_Select -> Bool # (>=) :: Type_Select -> Type_Select -> Bool # max :: Type_Select -> Type_Select -> Type_Select # min :: Type_Select -> Type_Select -> Type_Select # |
_Type_Select :: Name Source #
data Type_Project Source #
Instances
Read Type_Project Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Project # readList :: ReadS [Type_Project] # | |
Show Type_Project Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Project -> ShowS # show :: Type_Project -> String # showList :: [Type_Project] -> ShowS # | |
Eq Type_Project Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Project -> Type_Project -> Bool # (/=) :: Type_Project -> Type_Project -> Bool # | |
Ord Type_Project Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Project -> Type_Project -> Ordering # (<) :: Type_Project -> Type_Project -> Bool # (<=) :: Type_Project -> Type_Project -> Bool # (>) :: Type_Project -> Type_Project -> Bool # (>=) :: Type_Project -> Type_Project -> Bool # max :: Type_Project -> Type_Project -> Type_Project # min :: Type_Project -> Type_Project -> Type_Project # |
_Type_Project :: Name Source #
data Type_Singleton Source #
Instances
Read Type_Singleton Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Singleton # readList :: ReadS [Type_Singleton] # | |
Show Type_Singleton Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Singleton -> ShowS # show :: Type_Singleton -> String # showList :: [Type_Singleton] -> ShowS # | |
Eq Type_Singleton Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Singleton -> Type_Singleton -> Bool # (/=) :: Type_Singleton -> Type_Singleton -> Bool # | |
Ord Type_Singleton Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Singleton -> Type_Singleton -> Ordering # (<) :: Type_Singleton -> Type_Singleton -> Bool # (<=) :: Type_Singleton -> Type_Singleton -> Bool # (>) :: Type_Singleton -> Type_Singleton -> Bool # (>=) :: Type_Singleton -> Type_Singleton -> Bool # max :: Type_Singleton -> Type_Singleton -> Type_Singleton # min :: Type_Singleton -> Type_Singleton -> Type_Singleton # |
data Type_Apply Source #
Type_Apply | |
|
Instances
Read Type_Apply Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Apply # readList :: ReadS [Type_Apply] # readPrec :: ReadPrec Type_Apply # readListPrec :: ReadPrec [Type_Apply] # | |
Show Type_Apply Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Apply -> ShowS # show :: Type_Apply -> String # showList :: [Type_Apply] -> ShowS # | |
Eq Type_Apply Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Apply -> Type_Apply -> Bool # (/=) :: Type_Apply -> Type_Apply -> Bool # | |
Ord Type_Apply Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Apply -> Type_Apply -> Ordering # (<) :: Type_Apply -> Type_Apply -> Bool # (<=) :: Type_Apply -> Type_Apply -> Bool # (>) :: Type_Apply -> Type_Apply -> Bool # (>=) :: Type_Apply -> Type_Apply -> Bool # max :: Type_Apply -> Type_Apply -> Type_Apply # min :: Type_Apply -> Type_Apply -> Type_Apply # |
_Type_Apply :: Name Source #
data Type_ApplyInfix Source #
Instances
Read Type_ApplyInfix Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Type_ApplyInfix Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_ApplyInfix -> ShowS # show :: Type_ApplyInfix -> String # showList :: [Type_ApplyInfix] -> ShowS # | |
Eq Type_ApplyInfix Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_ApplyInfix -> Type_ApplyInfix -> Bool # (/=) :: Type_ApplyInfix -> Type_ApplyInfix -> Bool # | |
Ord Type_ApplyInfix Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_ApplyInfix -> Type_ApplyInfix -> Ordering # (<) :: Type_ApplyInfix -> Type_ApplyInfix -> Bool # (<=) :: Type_ApplyInfix -> Type_ApplyInfix -> Bool # (>) :: Type_ApplyInfix -> Type_ApplyInfix -> Bool # (>=) :: Type_ApplyInfix -> Type_ApplyInfix -> Bool # max :: Type_ApplyInfix -> Type_ApplyInfix -> Type_ApplyInfix # min :: Type_ApplyInfix -> Type_ApplyInfix -> Type_ApplyInfix # |
data Type_FunctionType Source #
Instances
Read Type_FunctionType Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Type_FunctionType Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_FunctionType -> ShowS # show :: Type_FunctionType -> String # showList :: [Type_FunctionType] -> ShowS # | |
Eq Type_FunctionType Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_FunctionType -> Type_FunctionType -> Bool # (/=) :: Type_FunctionType -> Type_FunctionType -> Bool # | |
Ord Type_FunctionType Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_FunctionType -> Type_FunctionType -> Ordering # (<) :: Type_FunctionType -> Type_FunctionType -> Bool # (<=) :: Type_FunctionType -> Type_FunctionType -> Bool # (>) :: Type_FunctionType -> Type_FunctionType -> Bool # (>=) :: Type_FunctionType -> Type_FunctionType -> Bool # max :: Type_FunctionType -> Type_FunctionType -> Type_FunctionType # min :: Type_FunctionType -> Type_FunctionType -> Type_FunctionType # |
data Type_Function Source #
Instances
Read Type_Function Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Function # readList :: ReadS [Type_Function] # | |
Show Type_Function Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Function -> ShowS # show :: Type_Function -> String # showList :: [Type_Function] -> ShowS # | |
Eq Type_Function Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Function -> Type_Function -> Bool # (/=) :: Type_Function -> Type_Function -> Bool # | |
Ord Type_Function Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Function -> Type_Function -> Ordering # (<) :: Type_Function -> Type_Function -> Bool # (<=) :: Type_Function -> Type_Function -> Bool # (>) :: Type_Function -> Type_Function -> Bool # (>=) :: Type_Function -> Type_Function -> Bool # max :: Type_Function -> Type_Function -> Type_Function # min :: Type_Function -> Type_Function -> Type_Function # |
data Type_PolyFunction Source #
Instances
Read Type_PolyFunction Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Type_PolyFunction Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_PolyFunction -> ShowS # show :: Type_PolyFunction -> String # showList :: [Type_PolyFunction] -> ShowS # | |
Eq Type_PolyFunction Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_PolyFunction -> Type_PolyFunction -> Bool # (/=) :: Type_PolyFunction -> Type_PolyFunction -> Bool # | |
Ord Type_PolyFunction Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_PolyFunction -> Type_PolyFunction -> Ordering # (<) :: Type_PolyFunction -> Type_PolyFunction -> Bool # (<=) :: Type_PolyFunction -> Type_PolyFunction -> Bool # (>) :: Type_PolyFunction -> Type_PolyFunction -> Bool # (>=) :: Type_PolyFunction -> Type_PolyFunction -> Bool # max :: Type_PolyFunction -> Type_PolyFunction -> Type_PolyFunction # min :: Type_PolyFunction -> Type_PolyFunction -> Type_PolyFunction # |
data Type_ContextFunction Source #
Instances
Read Type_ContextFunction Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Type_ContextFunction Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_ContextFunction -> ShowS # show :: Type_ContextFunction -> String # showList :: [Type_ContextFunction] -> ShowS # | |
Eq Type_ContextFunction Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_ContextFunction -> Type_ContextFunction -> Bool # (/=) :: Type_ContextFunction -> Type_ContextFunction -> Bool # | |
Ord Type_ContextFunction Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_ContextFunction -> Type_ContextFunction -> Ordering # (<) :: Type_ContextFunction -> Type_ContextFunction -> Bool # (<=) :: Type_ContextFunction -> Type_ContextFunction -> Bool # (>) :: Type_ContextFunction -> Type_ContextFunction -> Bool # (>=) :: Type_ContextFunction -> Type_ContextFunction -> Bool # max :: Type_ContextFunction -> Type_ContextFunction -> Type_ContextFunction # min :: Type_ContextFunction -> Type_ContextFunction -> Type_ContextFunction # |
data Type_ImplicitFunction Source #
Instances
data Type_Tuple Source #
Type_Tuple | |
|
Instances
Read Type_Tuple Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Tuple # readList :: ReadS [Type_Tuple] # readPrec :: ReadPrec Type_Tuple # readListPrec :: ReadPrec [Type_Tuple] # | |
Show Type_Tuple Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Tuple -> ShowS # show :: Type_Tuple -> String # showList :: [Type_Tuple] -> ShowS # | |
Eq Type_Tuple Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Tuple -> Type_Tuple -> Bool # (/=) :: Type_Tuple -> Type_Tuple -> Bool # | |
Ord Type_Tuple Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Tuple -> Type_Tuple -> Ordering # (<) :: Type_Tuple -> Type_Tuple -> Bool # (<=) :: Type_Tuple -> Type_Tuple -> Bool # (>) :: Type_Tuple -> Type_Tuple -> Bool # (>=) :: Type_Tuple -> Type_Tuple -> Bool # max :: Type_Tuple -> Type_Tuple -> Type_Tuple # min :: Type_Tuple -> Type_Tuple -> Type_Tuple # |
_Type_Tuple :: Name Source #
_Type_With :: Name Source #
Type_And | |
|
Type_Or | |
|
data Type_Refine Source #
Instances
Read Type_Refine Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Refine # readList :: ReadS [Type_Refine] # readPrec :: ReadPrec Type_Refine # readListPrec :: ReadPrec [Type_Refine] # | |
Show Type_Refine Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Refine -> ShowS # show :: Type_Refine -> String # showList :: [Type_Refine] -> ShowS # | |
Eq Type_Refine Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Refine -> Type_Refine -> Bool # (/=) :: Type_Refine -> Type_Refine -> Bool # | |
Ord Type_Refine Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Refine -> Type_Refine -> Ordering # (<) :: Type_Refine -> Type_Refine -> Bool # (<=) :: Type_Refine -> Type_Refine -> Bool # (>) :: Type_Refine -> Type_Refine -> Bool # (>=) :: Type_Refine -> Type_Refine -> Bool # max :: Type_Refine -> Type_Refine -> Type_Refine # min :: Type_Refine -> Type_Refine -> Type_Refine # |
_Type_Refine :: Name Source #
data Type_Existential Source #
Instances
Read Type_Existential Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Type_Existential Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Existential -> ShowS # show :: Type_Existential -> String # showList :: [Type_Existential] -> ShowS # | |
Eq Type_Existential Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Existential -> Type_Existential -> Bool # (/=) :: Type_Existential -> Type_Existential -> Bool # | |
Ord Type_Existential Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Existential -> Type_Existential -> Ordering # (<) :: Type_Existential -> Type_Existential -> Bool # (<=) :: Type_Existential -> Type_Existential -> Bool # (>) :: Type_Existential -> Type_Existential -> Bool # (>=) :: Type_Existential -> Type_Existential -> Bool # max :: Type_Existential -> Type_Existential -> Type_Existential # min :: Type_Existential -> Type_Existential -> Type_Existential # |
data Type_Annotate Source #
Instances
Read Type_Annotate Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Annotate # readList :: ReadS [Type_Annotate] # | |
Show Type_Annotate Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Annotate -> ShowS # show :: Type_Annotate -> String # showList :: [Type_Annotate] -> ShowS # | |
Eq Type_Annotate Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Annotate -> Type_Annotate -> Bool # (/=) :: Type_Annotate -> Type_Annotate -> Bool # | |
Ord Type_Annotate Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Annotate -> Type_Annotate -> Ordering # (<) :: Type_Annotate -> Type_Annotate -> Bool # (<=) :: Type_Annotate -> Type_Annotate -> Bool # (>) :: Type_Annotate -> Type_Annotate -> Bool # (>=) :: Type_Annotate -> Type_Annotate -> Bool # max :: Type_Annotate -> Type_Annotate -> Type_Annotate # min :: Type_Annotate -> Type_Annotate -> Type_Annotate # |
data Type_Lambda Source #
Instances
Read Type_Lambda Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Lambda # readList :: ReadS [Type_Lambda] # readPrec :: ReadPrec Type_Lambda # readListPrec :: ReadPrec [Type_Lambda] # | |
Show Type_Lambda Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Lambda -> ShowS # show :: Type_Lambda -> String # showList :: [Type_Lambda] -> ShowS # | |
Eq Type_Lambda Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Lambda -> Type_Lambda -> Bool # (/=) :: Type_Lambda -> Type_Lambda -> Bool # | |
Ord Type_Lambda Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Lambda -> Type_Lambda -> Ordering # (<) :: Type_Lambda -> Type_Lambda -> Bool # (<=) :: Type_Lambda -> Type_Lambda -> Bool # (>) :: Type_Lambda -> Type_Lambda -> Bool # (>=) :: Type_Lambda -> Type_Lambda -> Bool # max :: Type_Lambda -> Type_Lambda -> Type_Lambda # min :: Type_Lambda -> Type_Lambda -> Type_Lambda # |
_Type_Lambda :: Name Source #
data Type_Macro Source #
Instances
Read Type_Macro Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Macro # readList :: ReadS [Type_Macro] # readPrec :: ReadPrec Type_Macro # readListPrec :: ReadPrec [Type_Macro] # | |
Show Type_Macro Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Macro -> ShowS # show :: Type_Macro -> String # showList :: [Type_Macro] -> ShowS # | |
Eq Type_Macro Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Macro -> Type_Macro -> Bool # (/=) :: Type_Macro -> Type_Macro -> Bool # | |
Ord Type_Macro Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Macro -> Type_Macro -> Ordering # (<) :: Type_Macro -> Type_Macro -> Bool # (<=) :: Type_Macro -> Type_Macro -> Bool # (>) :: Type_Macro -> Type_Macro -> Bool # (>=) :: Type_Macro -> Type_Macro -> Bool # max :: Type_Macro -> Type_Macro -> Type_Macro # min :: Type_Macro -> Type_Macro -> Type_Macro # |
_Type_Macro :: Name Source #
data Type_Method Source #
Instances
Read Type_Method Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Method # readList :: ReadS [Type_Method] # readPrec :: ReadPrec Type_Method # readListPrec :: ReadPrec [Type_Method] # | |
Show Type_Method Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Method -> ShowS # show :: Type_Method -> String # showList :: [Type_Method] -> ShowS # | |
Eq Type_Method Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Method -> Type_Method -> Bool # (/=) :: Type_Method -> Type_Method -> Bool # | |
Ord Type_Method Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Method -> Type_Method -> Ordering # (<) :: Type_Method -> Type_Method -> Bool # (<=) :: Type_Method -> Type_Method -> Bool # (>) :: Type_Method -> Type_Method -> Bool # (>=) :: Type_Method -> Type_Method -> Bool # max :: Type_Method -> Type_Method -> Type_Method # min :: Type_Method -> Type_Method -> Type_Method # |
_Type_Method :: Name Source #
data Type_Placeholder Source #
Instances
Read Type_Placeholder Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Type_Placeholder Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Placeholder -> ShowS # show :: Type_Placeholder -> String # showList :: [Type_Placeholder] -> ShowS # | |
Eq Type_Placeholder Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Placeholder -> Type_Placeholder -> Bool # (/=) :: Type_Placeholder -> Type_Placeholder -> Bool # | |
Ord Type_Placeholder Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Placeholder -> Type_Placeholder -> Ordering # (<) :: Type_Placeholder -> Type_Placeholder -> Bool # (<=) :: Type_Placeholder -> Type_Placeholder -> Bool # (>) :: Type_Placeholder -> Type_Placeholder -> Bool # (>=) :: Type_Placeholder -> Type_Placeholder -> Bool # max :: Type_Placeholder -> Type_Placeholder -> Type_Placeholder # min :: Type_Placeholder -> Type_Placeholder -> Type_Placeholder # |
data Type_Bounds Source #
Instances
Read Type_Bounds Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Bounds # readList :: ReadS [Type_Bounds] # readPrec :: ReadPrec Type_Bounds # readListPrec :: ReadPrec [Type_Bounds] # | |
Show Type_Bounds Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Bounds -> ShowS # show :: Type_Bounds -> String # showList :: [Type_Bounds] -> ShowS # | |
Eq Type_Bounds Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Bounds -> Type_Bounds -> Bool # (/=) :: Type_Bounds -> Type_Bounds -> Bool # | |
Ord Type_Bounds Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Bounds -> Type_Bounds -> Ordering # (<) :: Type_Bounds -> Type_Bounds -> Bool # (<=) :: Type_Bounds -> Type_Bounds -> Bool # (>) :: Type_Bounds -> Type_Bounds -> Bool # (>=) :: Type_Bounds -> Type_Bounds -> Bool # max :: Type_Bounds -> Type_Bounds -> Type_Bounds # min :: Type_Bounds -> Type_Bounds -> Type_Bounds # |
_Type_Bounds :: Name Source #
data Type_ByName Source #
Instances
Read Type_ByName Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_ByName # readList :: ReadS [Type_ByName] # readPrec :: ReadPrec Type_ByName # readListPrec :: ReadPrec [Type_ByName] # | |
Show Type_ByName Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_ByName -> ShowS # show :: Type_ByName -> String # showList :: [Type_ByName] -> ShowS # | |
Eq Type_ByName Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_ByName -> Type_ByName -> Bool # (/=) :: Type_ByName -> Type_ByName -> Bool # | |
Ord Type_ByName Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_ByName -> Type_ByName -> Ordering # (<) :: Type_ByName -> Type_ByName -> Bool # (<=) :: Type_ByName -> Type_ByName -> Bool # (>) :: Type_ByName -> Type_ByName -> Bool # (>=) :: Type_ByName -> Type_ByName -> Bool # max :: Type_ByName -> Type_ByName -> Type_ByName # min :: Type_ByName -> Type_ByName -> Type_ByName # |
_Type_ByName :: Name Source #
data Type_Repeated Source #
Instances
Read Type_Repeated Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Repeated # readList :: ReadS [Type_Repeated] # | |
Show Type_Repeated Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Repeated -> ShowS # show :: Type_Repeated -> String # showList :: [Type_Repeated] -> ShowS # | |
Eq Type_Repeated Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Repeated -> Type_Repeated -> Bool # (/=) :: Type_Repeated -> Type_Repeated -> Bool # | |
Ord Type_Repeated Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Repeated -> Type_Repeated -> Ordering # (<) :: Type_Repeated -> Type_Repeated -> Bool # (<=) :: Type_Repeated -> Type_Repeated -> Bool # (>) :: Type_Repeated -> Type_Repeated -> Bool # (>=) :: Type_Repeated -> Type_Repeated -> Bool # max :: Type_Repeated -> Type_Repeated -> Type_Repeated # min :: Type_Repeated -> Type_Repeated -> Type_Repeated # |
data Type_TypedParam Source #
Instances
Read Type_TypedParam Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Type_TypedParam Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_TypedParam -> ShowS # show :: Type_TypedParam -> String # showList :: [Type_TypedParam] -> ShowS # | |
Eq Type_TypedParam Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_TypedParam -> Type_TypedParam -> Bool # (/=) :: Type_TypedParam -> Type_TypedParam -> Bool # | |
Ord Type_TypedParam Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_TypedParam -> Type_TypedParam -> Ordering # (<) :: Type_TypedParam -> Type_TypedParam -> Bool # (<=) :: Type_TypedParam -> Type_TypedParam -> Bool # (>) :: Type_TypedParam -> Type_TypedParam -> Bool # (>=) :: Type_TypedParam -> Type_TypedParam -> Bool # max :: Type_TypedParam -> Type_TypedParam -> Type_TypedParam # min :: Type_TypedParam -> Type_TypedParam -> Type_TypedParam # |
data Type_Param Source #
Type_Param | |
|
Instances
Read Type_Param Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Param # readList :: ReadS [Type_Param] # readPrec :: ReadPrec Type_Param # readListPrec :: ReadPrec [Type_Param] # | |
Show Type_Param Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Param -> ShowS # show :: Type_Param -> String # showList :: [Type_Param] -> ShowS # | |
Eq Type_Param Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Param -> Type_Param -> Bool # (/=) :: Type_Param -> Type_Param -> Bool # | |
Ord Type_Param Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Param -> Type_Param -> Ordering # (<) :: Type_Param -> Type_Param -> Bool # (<=) :: Type_Param -> Type_Param -> Bool # (>) :: Type_Param -> Type_Param -> Bool # (>=) :: Type_Param -> Type_Param -> Bool # max :: Type_Param -> Type_Param -> Type_Param # min :: Type_Param -> Type_Param -> Type_Param # |
_Type_Param :: Name Source #
data Type_Match Source #
Instances
Read Type_Match Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Type_Match # readList :: ReadS [Type_Match] # readPrec :: ReadPrec Type_Match # readListPrec :: ReadPrec [Type_Match] # | |
Show Type_Match Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Type_Match -> ShowS # show :: Type_Match -> String # showList :: [Type_Match] -> ShowS # | |
Eq Type_Match Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Type_Match -> Type_Match -> Bool # (/=) :: Type_Match -> Type_Match -> Bool # | |
Ord Type_Match Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Type_Match -> Type_Match -> Ordering # (<) :: Type_Match -> Type_Match -> Bool # (<=) :: Type_Match -> Type_Match -> Bool # (>) :: Type_Match -> Type_Match -> Bool # (>=) :: Type_Match -> Type_Match -> Bool # max :: Type_Match -> Type_Match -> Type_Match # min :: Type_Match -> Type_Match -> Type_Match # |
_Type_Match :: Name Source #
Pat_Bind | |
|
data Pat_Alternative Source #
Instances
Read Pat_Alternative Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Pat_Alternative Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Pat_Alternative -> ShowS # show :: Pat_Alternative -> String # showList :: [Pat_Alternative] -> ShowS # | |
Eq Pat_Alternative Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Pat_Alternative -> Pat_Alternative -> Bool # (/=) :: Pat_Alternative -> Pat_Alternative -> Bool # | |
Ord Pat_Alternative Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Pat_Alternative -> Pat_Alternative -> Ordering # (<) :: Pat_Alternative -> Pat_Alternative -> Bool # (<=) :: Pat_Alternative -> Pat_Alternative -> Bool # (>) :: Pat_Alternative -> Pat_Alternative -> Bool # (>=) :: Pat_Alternative -> Pat_Alternative -> Bool # max :: Pat_Alternative -> Pat_Alternative -> Pat_Alternative # min :: Pat_Alternative -> Pat_Alternative -> Pat_Alternative # |
Pat_Tuple | |
|
_Pat_Tuple :: Name Source #
data Pat_Repeated Source #
Instances
Read Pat_Repeated Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Pat_Repeated # readList :: ReadS [Pat_Repeated] # | |
Show Pat_Repeated Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Pat_Repeated -> ShowS # show :: Pat_Repeated -> String # showList :: [Pat_Repeated] -> ShowS # | |
Eq Pat_Repeated Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Pat_Repeated -> Pat_Repeated -> Bool # (/=) :: Pat_Repeated -> Pat_Repeated -> Bool # | |
Ord Pat_Repeated Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Pat_Repeated -> Pat_Repeated -> Ordering # (<) :: Pat_Repeated -> Pat_Repeated -> Bool # (<=) :: Pat_Repeated -> Pat_Repeated -> Bool # (>) :: Pat_Repeated -> Pat_Repeated -> Bool # (>=) :: Pat_Repeated -> Pat_Repeated -> Bool # max :: Pat_Repeated -> Pat_Repeated -> Pat_Repeated # min :: Pat_Repeated -> Pat_Repeated -> Pat_Repeated # |
_Pat_Repeated :: Name Source #
data Pat_Extract Source #
Pat_Extract | |
|
Instances
Read Pat_Extract Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Pat_Extract # readList :: ReadS [Pat_Extract] # readPrec :: ReadPrec Pat_Extract # readListPrec :: ReadPrec [Pat_Extract] # | |
Show Pat_Extract Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Pat_Extract -> ShowS # show :: Pat_Extract -> String # showList :: [Pat_Extract] -> ShowS # | |
Eq Pat_Extract Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Pat_Extract -> Pat_Extract -> Bool # (/=) :: Pat_Extract -> Pat_Extract -> Bool # | |
Ord Pat_Extract Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Pat_Extract -> Pat_Extract -> Ordering # (<) :: Pat_Extract -> Pat_Extract -> Bool # (<=) :: Pat_Extract -> Pat_Extract -> Bool # (>) :: Pat_Extract -> Pat_Extract -> Bool # (>=) :: Pat_Extract -> Pat_Extract -> Bool # max :: Pat_Extract -> Pat_Extract -> Pat_Extract # min :: Pat_Extract -> Pat_Extract -> Pat_Extract # |
_Pat_Extract :: Name Source #
data Pat_ExtractInfix Source #
Instances
Read Pat_ExtractInfix Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Pat_ExtractInfix Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Pat_ExtractInfix -> ShowS # show :: Pat_ExtractInfix -> String # showList :: [Pat_ExtractInfix] -> ShowS # | |
Eq Pat_ExtractInfix Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Pat_ExtractInfix -> Pat_ExtractInfix -> Bool # (/=) :: Pat_ExtractInfix -> Pat_ExtractInfix -> Bool # | |
Ord Pat_ExtractInfix Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Pat_ExtractInfix -> Pat_ExtractInfix -> Ordering # (<) :: Pat_ExtractInfix -> Pat_ExtractInfix -> Bool # (<=) :: Pat_ExtractInfix -> Pat_ExtractInfix -> Bool # (>) :: Pat_ExtractInfix -> Pat_ExtractInfix -> Bool # (>=) :: Pat_ExtractInfix -> Pat_ExtractInfix -> Bool # max :: Pat_ExtractInfix -> Pat_ExtractInfix -> Pat_ExtractInfix # min :: Pat_ExtractInfix -> Pat_ExtractInfix -> Pat_ExtractInfix # |
data Pat_Interpolate Source #
Instances
Read Pat_Interpolate Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Pat_Interpolate Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Pat_Interpolate -> ShowS # show :: Pat_Interpolate -> String # showList :: [Pat_Interpolate] -> ShowS # | |
Eq Pat_Interpolate Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Pat_Interpolate -> Pat_Interpolate -> Bool # (/=) :: Pat_Interpolate -> Pat_Interpolate -> Bool # | |
Ord Pat_Interpolate Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Pat_Interpolate -> Pat_Interpolate -> Ordering # (<) :: Pat_Interpolate -> Pat_Interpolate -> Bool # (<=) :: Pat_Interpolate -> Pat_Interpolate -> Bool # (>) :: Pat_Interpolate -> Pat_Interpolate -> Bool # (>=) :: Pat_Interpolate -> Pat_Interpolate -> Bool # max :: Pat_Interpolate -> Pat_Interpolate -> Pat_Interpolate # min :: Pat_Interpolate -> Pat_Interpolate -> Pat_Interpolate # |
Pat_Xml | |
|
Pat_Typed | |
|
_Pat_Typed :: Name Source #
_Pat_Macro :: Name Source #
_Pat_Given :: Name Source #
MemberTerm Member_Data | |
MemberType Member_Type | |
MemberTermParam Data_Param | |
MemberTypeParam Type_Param | |
MemberSelf Self |
data Member_Data Source #
Instances
Read Member_Data Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Member_Data # readList :: ReadS [Member_Data] # readPrec :: ReadPrec Member_Data # readListPrec :: ReadPrec [Member_Data] # | |
Show Member_Data Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Member_Data -> ShowS # show :: Member_Data -> String # showList :: [Member_Data] -> ShowS # | |
Eq Member_Data Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Member_Data -> Member_Data -> Bool # (/=) :: Member_Data -> Member_Data -> Bool # | |
Ord Member_Data Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Member_Data -> Member_Data -> Ordering # (<) :: Member_Data -> Member_Data -> Bool # (<=) :: Member_Data -> Member_Data -> Bool # (>) :: Member_Data -> Member_Data -> Bool # (>=) :: Member_Data -> Member_Data -> Bool # max :: Member_Data -> Member_Data -> Member_Data # min :: Member_Data -> Member_Data -> Member_Data # |
_Member_Data :: Name Source #
data Member_Type Source #
Instances
Read Member_Type Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Member_Type # readList :: ReadS [Member_Type] # readPrec :: ReadPrec Member_Type # readListPrec :: ReadPrec [Member_Type] # | |
Show Member_Type Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Member_Type -> ShowS # show :: Member_Type -> String # showList :: [Member_Type] -> ShowS # | |
Eq Member_Type Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Member_Type -> Member_Type -> Bool # (/=) :: Member_Type -> Member_Type -> Bool # | |
Ord Member_Type Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Member_Type -> Member_Type -> Ordering # (<) :: Member_Type -> Member_Type -> Bool # (<=) :: Member_Type -> Member_Type -> Bool # (>) :: Member_Type -> Member_Type -> Bool # (>=) :: Member_Type -> Member_Type -> Bool # max :: Member_Type -> Member_Type -> Member_Type # min :: Member_Type -> Member_Type -> Member_Type # |
_Member_Type :: Name Source #
Decl_Val | |
|
Decl_Var | |
|
Decl_Def | |
|
Decl_Type | |
|
_Decl_Type :: Name Source #
data Decl_Given Source #
Decl_Given | |
|
Instances
Read Decl_Given Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Decl_Given # readList :: ReadS [Decl_Given] # readPrec :: ReadPrec Decl_Given # readListPrec :: ReadPrec [Decl_Given] # | |
Show Decl_Given Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Decl_Given -> ShowS # show :: Decl_Given -> String # showList :: [Decl_Given] -> ShowS # | |
Eq Decl_Given Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Decl_Given -> Decl_Given -> Bool # (/=) :: Decl_Given -> Decl_Given -> Bool # | |
Ord Decl_Given Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Decl_Given -> Decl_Given -> Ordering # (<) :: Decl_Given -> Decl_Given -> Bool # (<=) :: Decl_Given -> Decl_Given -> Bool # (>) :: Decl_Given -> Decl_Given -> Bool # (>=) :: Decl_Given -> Decl_Given -> Bool # max :: Decl_Given -> Decl_Given -> Decl_Given # min :: Decl_Given -> Decl_Given -> Decl_Given # |
_Decl_Given :: Name Source #
Defn_Val | |
|
Defn_Var | |
|
data Defn_Given Source #
Defn_Given | |
|
Instances
Read Defn_Given Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Defn_Given # readList :: ReadS [Defn_Given] # readPrec :: ReadPrec Defn_Given # readListPrec :: ReadPrec [Defn_Given] # | |
Show Defn_Given Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Defn_Given -> ShowS # show :: Defn_Given -> String # showList :: [Defn_Given] -> ShowS # | |
Eq Defn_Given Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Defn_Given -> Defn_Given -> Bool # (/=) :: Defn_Given -> Defn_Given -> Bool # | |
Ord Defn_Given Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Defn_Given -> Defn_Given -> Ordering # (<) :: Defn_Given -> Defn_Given -> Bool # (<=) :: Defn_Given -> Defn_Given -> Bool # (>) :: Defn_Given -> Defn_Given -> Bool # (>=) :: Defn_Given -> Defn_Given -> Bool # max :: Defn_Given -> Defn_Given -> Defn_Given # min :: Defn_Given -> Defn_Given -> Defn_Given # |
_Defn_Given :: Name Source #
_Defn_Enum :: Name Source #
data Defn_EnumCase Source #
Instances
Read Defn_EnumCase Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Defn_EnumCase # readList :: ReadS [Defn_EnumCase] # | |
Show Defn_EnumCase Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Defn_EnumCase -> ShowS # show :: Defn_EnumCase -> String # showList :: [Defn_EnumCase] -> ShowS # | |
Eq Defn_EnumCase Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Defn_EnumCase -> Defn_EnumCase -> Bool # (/=) :: Defn_EnumCase -> Defn_EnumCase -> Bool # | |
Ord Defn_EnumCase Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Defn_EnumCase -> Defn_EnumCase -> Ordering # (<) :: Defn_EnumCase -> Defn_EnumCase -> Bool # (<=) :: Defn_EnumCase -> Defn_EnumCase -> Bool # (>) :: Defn_EnumCase -> Defn_EnumCase -> Bool # (>=) :: Defn_EnumCase -> Defn_EnumCase -> Bool # max :: Defn_EnumCase -> Defn_EnumCase -> Defn_EnumCase # min :: Defn_EnumCase -> Defn_EnumCase -> Defn_EnumCase # |
data Defn_RepeatedEnumCase Source #
Instances
data Defn_GivenAlias Source #
Instances
Read Defn_GivenAlias Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Defn_GivenAlias Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Defn_GivenAlias -> ShowS # show :: Defn_GivenAlias -> String # showList :: [Defn_GivenAlias] -> ShowS # | |
Eq Defn_GivenAlias Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Defn_GivenAlias -> Defn_GivenAlias -> Bool # (/=) :: Defn_GivenAlias -> Defn_GivenAlias -> Bool # | |
Ord Defn_GivenAlias Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Defn_GivenAlias -> Defn_GivenAlias -> Ordering # (<) :: Defn_GivenAlias -> Defn_GivenAlias -> Bool # (<=) :: Defn_GivenAlias -> Defn_GivenAlias -> Bool # (>) :: Defn_GivenAlias -> Defn_GivenAlias -> Bool # (>=) :: Defn_GivenAlias -> Defn_GivenAlias -> Bool # max :: Defn_GivenAlias -> Defn_GivenAlias -> Defn_GivenAlias # min :: Defn_GivenAlias -> Defn_GivenAlias -> Defn_GivenAlias # |
data Defn_ExtensionGroup Source #
Instances
Read Defn_ExtensionGroup Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Defn_ExtensionGroup Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Defn_ExtensionGroup -> ShowS # show :: Defn_ExtensionGroup -> String # showList :: [Defn_ExtensionGroup] -> ShowS # | |
Eq Defn_ExtensionGroup Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Defn_ExtensionGroup -> Defn_ExtensionGroup -> Bool # (/=) :: Defn_ExtensionGroup -> Defn_ExtensionGroup -> Bool # | |
Ord Defn_ExtensionGroup Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Defn_ExtensionGroup -> Defn_ExtensionGroup -> Ordering # (<) :: Defn_ExtensionGroup -> Defn_ExtensionGroup -> Bool # (<=) :: Defn_ExtensionGroup -> Defn_ExtensionGroup -> Bool # (>) :: Defn_ExtensionGroup -> Defn_ExtensionGroup -> Bool # (>=) :: Defn_ExtensionGroup -> Defn_ExtensionGroup -> Bool # max :: Defn_ExtensionGroup -> Defn_ExtensionGroup -> Defn_ExtensionGroup # min :: Defn_ExtensionGroup -> Defn_ExtensionGroup -> Defn_ExtensionGroup # |
Defn_Def | |
|
data Defn_Macro Source #
Defn_Macro | |
|
Instances
Read Defn_Macro Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Defn_Macro # readList :: ReadS [Defn_Macro] # readPrec :: ReadPrec Defn_Macro # readListPrec :: ReadPrec [Defn_Macro] # | |
Show Defn_Macro Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Defn_Macro -> ShowS # show :: Defn_Macro -> String # showList :: [Defn_Macro] -> ShowS # | |
Eq Defn_Macro Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Defn_Macro -> Defn_Macro -> Bool # (/=) :: Defn_Macro -> Defn_Macro -> Bool # | |
Ord Defn_Macro Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Defn_Macro -> Defn_Macro -> Ordering # (<) :: Defn_Macro -> Defn_Macro -> Bool # (<=) :: Defn_Macro -> Defn_Macro -> Bool # (>) :: Defn_Macro -> Defn_Macro -> Bool # (>=) :: Defn_Macro -> Defn_Macro -> Bool # max :: Defn_Macro -> Defn_Macro -> Defn_Macro # min :: Defn_Macro -> Defn_Macro -> Defn_Macro # |
_Defn_Macro :: Name Source #
Defn_Type | |
|
_Defn_Type :: Name Source #
data Defn_Class Source #
Instances
Read Defn_Class Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Defn_Class # readList :: ReadS [Defn_Class] # readPrec :: ReadPrec Defn_Class # readListPrec :: ReadPrec [Defn_Class] # | |
Show Defn_Class Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Defn_Class -> ShowS # show :: Defn_Class -> String # showList :: [Defn_Class] -> ShowS # | |
Eq Defn_Class Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Defn_Class -> Defn_Class -> Bool # (/=) :: Defn_Class -> Defn_Class -> Bool # | |
Ord Defn_Class Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Defn_Class -> Defn_Class -> Ordering # (<) :: Defn_Class -> Defn_Class -> Bool # (<=) :: Defn_Class -> Defn_Class -> Bool # (>) :: Defn_Class -> Defn_Class -> Bool # (>=) :: Defn_Class -> Defn_Class -> Bool # max :: Defn_Class -> Defn_Class -> Defn_Class # min :: Defn_Class -> Defn_Class -> Defn_Class # |
_Defn_Class :: Name Source #
data Defn_Trait Source #
Instances
Read Defn_Trait Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Defn_Trait # readList :: ReadS [Defn_Trait] # readPrec :: ReadPrec Defn_Trait # readListPrec :: ReadPrec [Defn_Trait] # | |
Show Defn_Trait Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Defn_Trait -> ShowS # show :: Defn_Trait -> String # showList :: [Defn_Trait] -> ShowS # | |
Eq Defn_Trait Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Defn_Trait -> Defn_Trait -> Bool # (/=) :: Defn_Trait -> Defn_Trait -> Bool # | |
Ord Defn_Trait Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Defn_Trait -> Defn_Trait -> Ordering # (<) :: Defn_Trait -> Defn_Trait -> Bool # (<=) :: Defn_Trait -> Defn_Trait -> Bool # (>) :: Defn_Trait -> Defn_Trait -> Bool # (>=) :: Defn_Trait -> Defn_Trait -> Bool # max :: Defn_Trait -> Defn_Trait -> Defn_Trait # min :: Defn_Trait -> Defn_Trait -> Defn_Trait # |
_Defn_Trait :: Name Source #
data Defn_Object Source #
Instances
Read Defn_Object Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Defn_Object # readList :: ReadS [Defn_Object] # readPrec :: ReadPrec Defn_Object # readListPrec :: ReadPrec [Defn_Object] # | |
Show Defn_Object Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Defn_Object -> ShowS # show :: Defn_Object -> String # showList :: [Defn_Object] -> ShowS # | |
Eq Defn_Object Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Defn_Object -> Defn_Object -> Bool # (/=) :: Defn_Object -> Defn_Object -> Bool # | |
Ord Defn_Object Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Defn_Object -> Defn_Object -> Ordering # (<) :: Defn_Object -> Defn_Object -> Bool # (<=) :: Defn_Object -> Defn_Object -> Bool # (>) :: Defn_Object -> Defn_Object -> Bool # (>=) :: Defn_Object -> Defn_Object -> Bool # max :: Defn_Object -> Defn_Object -> Defn_Object # min :: Defn_Object -> Defn_Object -> Defn_Object # |
_Defn_Object :: Name Source #
data Pkg_Object Source #
Instances
Read Pkg_Object Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Pkg_Object # readList :: ReadS [Pkg_Object] # readPrec :: ReadPrec Pkg_Object # readListPrec :: ReadPrec [Pkg_Object] # | |
Show Pkg_Object Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Pkg_Object -> ShowS # show :: Pkg_Object -> String # showList :: [Pkg_Object] -> ShowS # | |
Eq Pkg_Object Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Pkg_Object -> Pkg_Object -> Bool # (/=) :: Pkg_Object -> Pkg_Object -> Bool # | |
Ord Pkg_Object Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Pkg_Object -> Pkg_Object -> Ordering # (<) :: Pkg_Object -> Pkg_Object -> Bool # (<=) :: Pkg_Object -> Pkg_Object -> Bool # (>) :: Pkg_Object -> Pkg_Object -> Bool # (>=) :: Pkg_Object -> Pkg_Object -> Bool # max :: Pkg_Object -> Pkg_Object -> Pkg_Object # min :: Pkg_Object -> Pkg_Object -> Pkg_Object # |
_Pkg_Object :: Name Source #
data Ctor_Primary Source #
Ctor_Primary | |
|
Instances
Read Ctor_Primary Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Ctor_Primary # readList :: ReadS [Ctor_Primary] # | |
Show Ctor_Primary Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Ctor_Primary -> ShowS # show :: Ctor_Primary -> String # showList :: [Ctor_Primary] -> ShowS # | |
Eq Ctor_Primary Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Ctor_Primary -> Ctor_Primary -> Bool # (/=) :: Ctor_Primary -> Ctor_Primary -> Bool # | |
Ord Ctor_Primary Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Ctor_Primary -> Ctor_Primary -> Ordering # (<) :: Ctor_Primary -> Ctor_Primary -> Bool # (<=) :: Ctor_Primary -> Ctor_Primary -> Bool # (>) :: Ctor_Primary -> Ctor_Primary -> Bool # (>=) :: Ctor_Primary -> Ctor_Primary -> Bool # max :: Ctor_Primary -> Ctor_Primary -> Ctor_Primary # min :: Ctor_Primary -> Ctor_Primary -> Ctor_Primary # |
_Ctor_Primary :: Name Source #
data Ctor_Secondary Source #
Ctor_Secondary | |
|
Instances
Read Ctor_Secondary Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Ctor_Secondary # readList :: ReadS [Ctor_Secondary] # | |
Show Ctor_Secondary Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Ctor_Secondary -> ShowS # show :: Ctor_Secondary -> String # showList :: [Ctor_Secondary] -> ShowS # | |
Eq Ctor_Secondary Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Ctor_Secondary -> Ctor_Secondary -> Bool # (/=) :: Ctor_Secondary -> Ctor_Secondary -> Bool # | |
Ord Ctor_Secondary Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Ctor_Secondary -> Ctor_Secondary -> Ordering # (<) :: Ctor_Secondary -> Ctor_Secondary -> Bool # (<=) :: Ctor_Secondary -> Ctor_Secondary -> Bool # (>) :: Ctor_Secondary -> Ctor_Secondary -> Bool # (>=) :: Ctor_Secondary -> Ctor_Secondary -> Bool # max :: Ctor_Secondary -> Ctor_Secondary -> Ctor_Secondary # min :: Ctor_Secondary -> Ctor_Secondary -> Ctor_Secondary # |
Template | |
|
_Mod_Annot :: Name Source #
data Mod_Private Source #
Instances
Read Mod_Private Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Mod_Private # readList :: ReadS [Mod_Private] # readPrec :: ReadPrec Mod_Private # readListPrec :: ReadPrec [Mod_Private] # | |
Show Mod_Private Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Mod_Private -> ShowS # show :: Mod_Private -> String # showList :: [Mod_Private] -> ShowS # | |
Eq Mod_Private Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Mod_Private -> Mod_Private -> Bool # (/=) :: Mod_Private -> Mod_Private -> Bool # | |
Ord Mod_Private Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Mod_Private -> Mod_Private -> Ordering # (<) :: Mod_Private -> Mod_Private -> Bool # (<=) :: Mod_Private -> Mod_Private -> Bool # (>) :: Mod_Private -> Mod_Private -> Bool # (>=) :: Mod_Private -> Mod_Private -> Bool # max :: Mod_Private -> Mod_Private -> Mod_Private # min :: Mod_Private -> Mod_Private -> Mod_Private # |
_Mod_Private :: Name Source #
data Mod_Protected Source #
Instances
Read Mod_Protected Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Mod_Protected # readList :: ReadS [Mod_Protected] # | |
Show Mod_Protected Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Mod_Protected -> ShowS # show :: Mod_Protected -> String # showList :: [Mod_Protected] -> ShowS # | |
Eq Mod_Protected Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Mod_Protected -> Mod_Protected -> Bool # (/=) :: Mod_Protected -> Mod_Protected -> Bool # | |
Ord Mod_Protected Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Mod_Protected -> Mod_Protected -> Ordering # (<) :: Mod_Protected -> Mod_Protected -> Bool # (<=) :: Mod_Protected -> Mod_Protected -> Bool # (>) :: Mod_Protected -> Mod_Protected -> Bool # (>=) :: Mod_Protected -> Mod_Protected -> Bool # max :: Mod_Protected -> Mod_Protected -> Mod_Protected # min :: Mod_Protected -> Mod_Protected -> Mod_Protected # |
data Enumerator Source #
EnumeratorGenerator Enumerator_Generator | |
EnumeratorCaseGenerator Enumerator_CaseGenerator | |
EnumeratorVal Enumerator_Val | |
EnumeratorGuard Enumerator_Guard |
Instances
Read Enumerator Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Enumerator # readList :: ReadS [Enumerator] # readPrec :: ReadPrec Enumerator # readListPrec :: ReadPrec [Enumerator] # | |
Show Enumerator Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Enumerator -> ShowS # show :: Enumerator -> String # showList :: [Enumerator] -> ShowS # | |
Eq Enumerator Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Enumerator -> Enumerator -> Bool # (/=) :: Enumerator -> Enumerator -> Bool # | |
Ord Enumerator Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Enumerator -> Enumerator -> Ordering # (<) :: Enumerator -> Enumerator -> Bool # (<=) :: Enumerator -> Enumerator -> Bool # (>) :: Enumerator -> Enumerator -> Bool # (>=) :: Enumerator -> Enumerator -> Bool # max :: Enumerator -> Enumerator -> Enumerator # min :: Enumerator -> Enumerator -> Enumerator # |
_Enumerator :: Name Source #
data Enumerator_Generator Source #
Instances
Read Enumerator_Generator Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Enumerator_Generator Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Enumerator_Generator -> ShowS # show :: Enumerator_Generator -> String # showList :: [Enumerator_Generator] -> ShowS # | |
Eq Enumerator_Generator Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Enumerator_Generator -> Enumerator_Generator -> Bool # (/=) :: Enumerator_Generator -> Enumerator_Generator -> Bool # | |
Ord Enumerator_Generator Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Enumerator_Generator -> Enumerator_Generator -> Ordering # (<) :: Enumerator_Generator -> Enumerator_Generator -> Bool # (<=) :: Enumerator_Generator -> Enumerator_Generator -> Bool # (>) :: Enumerator_Generator -> Enumerator_Generator -> Bool # (>=) :: Enumerator_Generator -> Enumerator_Generator -> Bool # max :: Enumerator_Generator -> Enumerator_Generator -> Enumerator_Generator # min :: Enumerator_Generator -> Enumerator_Generator -> Enumerator_Generator # |
data Enumerator_CaseGenerator Source #
Instances
data Enumerator_Val Source #
Instances
Read Enumerator_Val Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Enumerator_Val # readList :: ReadS [Enumerator_Val] # | |
Show Enumerator_Val Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Enumerator_Val -> ShowS # show :: Enumerator_Val -> String # showList :: [Enumerator_Val] -> ShowS # | |
Eq Enumerator_Val Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Enumerator_Val -> Enumerator_Val -> Bool # (/=) :: Enumerator_Val -> Enumerator_Val -> Bool # | |
Ord Enumerator_Val Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Enumerator_Val -> Enumerator_Val -> Ordering # (<) :: Enumerator_Val -> Enumerator_Val -> Bool # (<=) :: Enumerator_Val -> Enumerator_Val -> Bool # (>) :: Enumerator_Val -> Enumerator_Val -> Bool # (>=) :: Enumerator_Val -> Enumerator_Val -> Bool # max :: Enumerator_Val -> Enumerator_Val -> Enumerator_Val # min :: Enumerator_Val -> Enumerator_Val -> Enumerator_Val # |
data Enumerator_Guard Source #
Instances
Read Enumerator_Guard Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Enumerator_Guard Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Enumerator_Guard -> ShowS # show :: Enumerator_Guard -> String # showList :: [Enumerator_Guard] -> ShowS # | |
Eq Enumerator_Guard Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Enumerator_Guard -> Enumerator_Guard -> Bool # (/=) :: Enumerator_Guard -> Enumerator_Guard -> Bool # | |
Ord Enumerator_Guard Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Enumerator_Guard -> Enumerator_Guard -> Ordering # (<) :: Enumerator_Guard -> Enumerator_Guard -> Bool # (<=) :: Enumerator_Guard -> Enumerator_Guard -> Bool # (>) :: Enumerator_Guard -> Enumerator_Guard -> Bool # (>=) :: Enumerator_Guard -> Enumerator_Guard -> Bool # max :: Enumerator_Guard -> Enumerator_Guard -> Enumerator_Guard # min :: Enumerator_Guard -> Enumerator_Guard -> Enumerator_Guard # |
data ImportExportStat Source #
Instances
Read ImportExportStat Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show ImportExportStat Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> ImportExportStat -> ShowS # show :: ImportExportStat -> String # showList :: [ImportExportStat] -> ShowS # | |
Eq ImportExportStat Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: ImportExportStat -> ImportExportStat -> Bool # (/=) :: ImportExportStat -> ImportExportStat -> Bool # | |
Ord ImportExportStat Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: ImportExportStat -> ImportExportStat -> Ordering # (<) :: ImportExportStat -> ImportExportStat -> Bool # (<=) :: ImportExportStat -> ImportExportStat -> Bool # (>) :: ImportExportStat -> ImportExportStat -> Bool # (>=) :: ImportExportStat -> ImportExportStat -> Bool # max :: ImportExportStat -> ImportExportStat -> ImportExportStat # min :: ImportExportStat -> ImportExportStat -> ImportExportStat # |
ImporteeWildcard | |
ImporteeGiven Importee_Given | |
ImporteeGivenAll | |
ImporteeName Importee_Name | |
ImporteeRename Importee_Rename | |
ImporteeUnimport Importee_Unimport |
data Importee_Given Source #
Instances
Read Importee_Given Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Importee_Given # readList :: ReadS [Importee_Given] # | |
Show Importee_Given Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Importee_Given -> ShowS # show :: Importee_Given -> String # showList :: [Importee_Given] -> ShowS # | |
Eq Importee_Given Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Importee_Given -> Importee_Given -> Bool # (/=) :: Importee_Given -> Importee_Given -> Bool # | |
Ord Importee_Given Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Importee_Given -> Importee_Given -> Ordering # (<) :: Importee_Given -> Importee_Given -> Bool # (<=) :: Importee_Given -> Importee_Given -> Bool # (>) :: Importee_Given -> Importee_Given -> Bool # (>=) :: Importee_Given -> Importee_Given -> Bool # max :: Importee_Given -> Importee_Given -> Importee_Given # min :: Importee_Given -> Importee_Given -> Importee_Given # |
data Importee_Name Source #
Instances
Read Importee_Name Source # | |
Defined in Hydra.Ext.Scala.Meta readsPrec :: Int -> ReadS Importee_Name # readList :: ReadS [Importee_Name] # | |
Show Importee_Name Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Importee_Name -> ShowS # show :: Importee_Name -> String # showList :: [Importee_Name] -> ShowS # | |
Eq Importee_Name Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Importee_Name -> Importee_Name -> Bool # (/=) :: Importee_Name -> Importee_Name -> Bool # | |
Ord Importee_Name Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Importee_Name -> Importee_Name -> Ordering # (<) :: Importee_Name -> Importee_Name -> Bool # (<=) :: Importee_Name -> Importee_Name -> Bool # (>) :: Importee_Name -> Importee_Name -> Bool # (>=) :: Importee_Name -> Importee_Name -> Bool # max :: Importee_Name -> Importee_Name -> Importee_Name # min :: Importee_Name -> Importee_Name -> Importee_Name # |
data Importee_Rename Source #
Instances
Read Importee_Rename Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Importee_Rename Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Importee_Rename -> ShowS # show :: Importee_Rename -> String # showList :: [Importee_Rename] -> ShowS # | |
Eq Importee_Rename Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Importee_Rename -> Importee_Rename -> Bool # (/=) :: Importee_Rename -> Importee_Rename -> Bool # | |
Ord Importee_Rename Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Importee_Rename -> Importee_Rename -> Ordering # (<) :: Importee_Rename -> Importee_Rename -> Bool # (<=) :: Importee_Rename -> Importee_Rename -> Bool # (>) :: Importee_Rename -> Importee_Rename -> Bool # (>=) :: Importee_Rename -> Importee_Rename -> Bool # max :: Importee_Rename -> Importee_Rename -> Importee_Rename # min :: Importee_Rename -> Importee_Rename -> Importee_Rename # |
data Importee_Unimport Source #
Instances
Read Importee_Unimport Source # | |
Defined in Hydra.Ext.Scala.Meta | |
Show Importee_Unimport Source # | |
Defined in Hydra.Ext.Scala.Meta showsPrec :: Int -> Importee_Unimport -> ShowS # show :: Importee_Unimport -> String # showList :: [Importee_Unimport] -> ShowS # | |
Eq Importee_Unimport Source # | |
Defined in Hydra.Ext.Scala.Meta (==) :: Importee_Unimport -> Importee_Unimport -> Bool # (/=) :: Importee_Unimport -> Importee_Unimport -> Bool # | |
Ord Importee_Unimport Source # | |
Defined in Hydra.Ext.Scala.Meta compare :: Importee_Unimport -> Importee_Unimport -> Ordering # (<) :: Importee_Unimport -> Importee_Unimport -> Bool # (<=) :: Importee_Unimport -> Importee_Unimport -> Bool # (>) :: Importee_Unimport -> Importee_Unimport -> Bool # (>=) :: Importee_Unimport -> Importee_Unimport -> Bool # max :: Importee_Unimport -> Importee_Unimport -> Importee_Unimport # min :: Importee_Unimport -> Importee_Unimport -> Importee_Unimport # |
TypeCase | |
|
Source | |
|