Safe Haskell | None |
---|---|
Language | Haskell2010 |
Spec
Contents
Documentation
data GdnativeApis Source #
Constructors
GdnativeApis | |
Fields
|
Instances
Eq GdnativeApis Source # | |
Defined in Spec | |
Show GdnativeApis Source # | |
Defined in Spec Methods showsPrec :: Int -> GdnativeApis -> ShowS # show :: GdnativeApis -> String # showList :: [GdnativeApis] -> ShowS # | |
FromJSON GdnativeApis Source # | |
Defined in Spec |
data GdnativeApi Source #
Constructors
GdnativeApi | |
Fields
|
Instances
Eq GdnativeApi Source # | |
Defined in Spec | |
Show GdnativeApi Source # | |
Defined in Spec Methods showsPrec :: Int -> GdnativeApi -> ShowS # show :: GdnativeApi -> String # showList :: [GdnativeApi] -> ShowS # | |
FromJSON GdnativeApi Source # | |
Defined in Spec |
data GdnativeApiEntry Source #
Constructors
GdnativeApiEntry | |
Instances
Eq GdnativeApiEntry Source # | |
Defined in Spec Methods (==) :: GdnativeApiEntry -> GdnativeApiEntry -> Bool # (/=) :: GdnativeApiEntry -> GdnativeApiEntry -> Bool # | |
Show GdnativeApiEntry Source # | |
Defined in Spec Methods showsPrec :: Int -> GdnativeApiEntry -> ShowS # show :: GdnativeApiEntry -> String # showList :: [GdnativeApiEntry] -> ShowS # | |
FromJSON GdnativeApiEntry Source # | |
Defined in Spec Methods parseJSON :: Value -> Parser GdnativeApiEntry # parseJSONList :: Value -> Parser [GdnativeApiEntry] # |
collectTypes :: GdnativeApis -> Set Type Source #
collectNames :: GdnativeApis -> Set Text Source #