Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. pattern GL_NOTEQUAL :: (Eq a, Num a) => a

    gl Graphics.GL.SafetyCritical20

    No documentation available.

  2. pattern GL_NOTEQUAL :: (Eq a, Num a) => a

    gl Graphics.GL.Standard11

    No documentation available.

  3. data AdExchangeBuyerMarketplacenotesInsert

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    Add notes to the proposal See: newAdExchangeBuyerMarketplacenotesInsert smart constructor.

  4. AdExchangeBuyerMarketplacenotesInsert :: AddOrderNotesRequest -> Text -> AdExchangeBuyerMarketplacenotesInsert

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    No documentation available.

  5. type AdExchangeBuyerMarketplacenotesInsertResource = "adexchangebuyer" :> "v1.4" :> "proposals" :> Capture "proposalId" Text :> "notes" :> "insert" :> QueryParam "alt" AltJSON :> ReqBody '[JSON] AddOrderNotesRequest :> Post '[JSON] AddOrderNotesResponse

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    A resource alias for adexchangebuyer.marketplacenotes.insert method which the AdExchangeBuyerMarketplacenotesInsert request conforms to.

  6. data AdExchangeBuyerMarketplacenotesList

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    Get all the notes associated with a proposal See: newAdExchangeBuyerMarketplacenotesList smart constructor.

  7. AdExchangeBuyerMarketplacenotesList :: Maybe Text -> Text -> AdExchangeBuyerMarketplacenotesList

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    No documentation available.

  8. type AdExchangeBuyerMarketplacenotesListResource = "adexchangebuyer" :> "v1.4" :> "proposals" :> Capture "proposalId" Text :> "notes" :> QueryParam "pqlQuery" Text :> QueryParam "alt" AltJSON :> Get '[JSON] GetOrderNotesResponse

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    A resource alias for adexchangebuyer.marketplacenotes.list method which the AdExchangeBuyerMarketplacenotesList request conforms to.

  9. newtype AddOrderNotesRequest

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    No documentation available.

  10. AddOrderNotesRequest :: Maybe [MarketplaceNote] -> AddOrderNotesRequest

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    No documentation available.

Page 189 of many | Previous | Next