Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. issueNumber :: Issue -> !IssueNumber

    github GitHub.Data.Issues

    No documentation available.

  2. milestoneNumber :: Milestone -> !Id Milestone

    github GitHub.Data.Milestone

    No documentation available.

  3. createPullRequestIssueNum :: CreatePullRequest -> !Int

    github GitHub.Data.PullRequests

    No documentation available.

  4. whIssueNumber :: HookIssue -> !Int

    github-webhooks GitHub.Data.Webhooks.Payload

    No documentation available.

  5. whMilestoneNumber :: HookMilestone -> !Int

    github-webhooks GitHub.Data.Webhooks.Payload

    No documentation available.

  6. mkEnum :: String -> [String] -> Q [Dec]

    graphql-client Data.GraphQL.Bootstrap

    Make an enum type with the given constructors, that can be parsed from JSON. The FromJSON instance will match to a string value matching the constructor name, case-insensitive.

    mkEnum "State" ["OPEN", "CLOSED"]
    
    -- generates equivalent of:
    --   data State = OPEN | CLOSED deriving (...)
    --   genFromJSONEnum ''State
    --   genToJSONEnum ''State
    
    

  7. notebookPageNum :: (NotebookClass self, WidgetClass w) => self -> w -> IO (Maybe Int)

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Query the page the child widget is contained in.

    • The function returns the page number if the child was found, Nothing otherwise.

  8. type PageNumber = Int

    hakyll Hakyll.Web.Paginate

    No documentation available.

  9. parseNumber :: Parser Value

    hedn Data.EDN.AST.Parser

    No documentation available.

  10. module Data.Histogram.Bin.BinEnum

    No documentation available.

Page 192 of many | Previous | Next