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.
NamedEnumType :: EnumType -> Type (m :: Type -> Type)graphql Language.GraphQL.Type.Out No documentation available.
NonNullEnumType :: EnumType -> Type (m :: Type -> Type)graphql Language.GraphQL.Type.Out No documentation available.
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.
optionMenuMenu :: (OptionMenuClass self, MenuClass menu) => ReadWriteAttr self Menu menugtk Graphics.UI.Gtk.MenuComboToolbar.OptionMenu The menu of options.
-
haskell-src Language.Haskell.Syntax Unbounded arithmetic sequence, incrementing by 1.
HsEnumFromThen :: HsExp -> HsExp -> HsExphaskell-src Language.Haskell.Syntax Unbounded arithmetic sequence, with first two elements given.
HsEnumFromThenTo :: HsExp -> HsExp -> HsExp -> HsExphaskell-src Language.Haskell.Syntax Bounded arithmetic sequence, with first two elements given.
HsEnumFromTo :: HsExp -> HsExp -> HsExphaskell-src Language.Haskell.Syntax Bounded arithmetic sequence, incrementing by 1.
boundedEnumLaws :: (Bounded a, Enum a, Eq a, Show a) => Gen a -> Lawshedgehog-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.
word16_to_enum :: Enum e => Word16 -> ehosc Sound.Osc.Coding.Convert Type-specialised toEnum of fromIntegral