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.
issueNumber :: Issue -> !IssueNumbergithub GitHub.Data.Issues No documentation available.
milestoneNumber :: Milestone -> !Id Milestonegithub GitHub.Data.Milestone No documentation available.
createPullRequestIssueNum :: CreatePullRequest -> !Intgithub GitHub.Data.PullRequests No documentation available.
whIssueNumber :: HookIssue -> !Intgithub-webhooks GitHub.Data.Webhooks.Payload No documentation available.
whMilestoneNumber :: HookMilestone -> !Intgithub-webhooks GitHub.Data.Webhooks.Payload No documentation available.
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
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.
-
hakyll Hakyll.Web.Paginate No documentation available.
-
hedn Data.EDN.AST.Parser No documentation available.
module Data.Histogram.Bin.
BinEnum No documentation available.