Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Typechecking foreign declarations A foreign declaration is used to either give an externally implemented function a Haskell type (and calling interface) or give a Haskell function an external calling interface. Either way, the range of argument and result types these functions can accommodate is restricted to what the outside world understands (read C), and this module checks to see if a foreign declaration has got a legal type.
ForSigCtxt :: Name -> UserTypeCtxtghc-lib GHC.Tc.Gen.HsType No documentation available.
ForSigCtxt :: Name -> UserTypeCtxtghc-lib GHC.Tc.Validity No documentation available.
-
gi-vte GI.Vte.Enums An enumeration type that can be used to specify the format the selection should be copied to the clipboard in. Since: 0.50
-
gi-vte GI.Vte.Enums Export as HTML formatted text
-
gi-vte GI.Vte.Enums Export as plain text
-
github-types GitHub.Types.Events No documentation available.
ForkEvent :: Value -> ForkEventgithub-types GitHub.Types.Events No documentation available.
ForkEventPayload :: ForkEvent -> Payloadgithub-types GitHub.Types.Events No documentation available.
module Gogol.AndroidEnterprise.Devices.
ForceReportUpload Uploads a report containing any changes in app states on the device since the last report was generated. You can call this method up to 3 times every 24 hours for a given device. If you exceed the quota, then the Google Play EMM API returns HTTP 429 Too Many Requests. See: Google Play EMM API Reference for androidenterprise.devices.forceReportUpload.