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. NamedEnumType :: EnumType -> Type (m :: Type -> Type)

    graphql Language.GraphQL.Type.Out

    No documentation available.

  2. NonNullEnumType :: EnumType -> Type (m :: Type -> Type)

    graphql Language.GraphQL.Type.Out

    No documentation available.

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

    gtk 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.

  4. optionMenuMenu :: (OptionMenuClass self, MenuClass menu) => ReadWriteAttr self Menu menu

    gtk Graphics.UI.Gtk.MenuComboToolbar.OptionMenu

    The menu of options.

  5. HsEnumFrom :: HsExp -> HsExp

    haskell-src Language.Haskell.Syntax

    Unbounded arithmetic sequence, incrementing by 1.

  6. HsEnumFromThen :: HsExp -> HsExp -> HsExp

    haskell-src Language.Haskell.Syntax

    Unbounded arithmetic sequence, with first two elements given.

  7. HsEnumFromThenTo :: HsExp -> HsExp -> HsExp -> HsExp

    haskell-src Language.Haskell.Syntax

    Bounded arithmetic sequence, with first two elements given.

  8. HsEnumFromTo :: HsExp -> HsExp -> HsExp

    haskell-src Language.Haskell.Syntax

    Bounded arithmetic sequence, incrementing by 1.

  9. boundedEnumLaws :: (Bounded a, Enum a, Eq a, Show a) => Gen a -> Laws

    hedgehog-classes Hedgehog.Classes

    Tests the same laws as enumLaws, but uses the Bounded constraint to ensure that succ and pred behave as though they are total. This should always be preferred if your type has a Bounded instance.

  10. word16_to_enum :: Enum e => Word16 -> e

    hosc Sound.Osc.Coding.Convert

    Type-specialised toEnum of fromIntegral

Page 177 of many | Previous | Next