Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. enumFromStepN :: forall a (m :: Type -> Type) . (Num a, Monad m) => a -> a -> Int -> Stream m a

    vector-stream Data.Stream.Monadic

    Yield a Stream of the given length containing the values x, x+y, x+y+y etc.

  2. enumFromThenTo :: forall a (m :: Type -> Type) . (Enum a, Monad m) => a -> a -> a -> Stream m a

    vector-stream Data.Stream.Monadic

    Enumerate values with a given step. WARNING: This operation is very inefficient. If at all possible, use enumFromStepN instead.

  3. enumFromTo :: forall a (m :: Type -> Type) . (Enum a, Monad m) => a -> a -> Stream m a

    vector-stream Data.Stream.Monadic

    Enumerate values WARNING: This operation can be very inefficient. If at all possible, use enumFromStepN instead.

  4. data FmtNumSep

    vformat Text.Format

    A data type indicates number separator e.g. 20,200,101 20_200_202

  5. fmtNumSep :: ArgFmt -> FmtNumSep

    vformat Text.Format

    No documentation available.

  6. enumOptSty :: Set Text -> OptionStyle (BaseStringType Unicode)

    what4 What4.Config

    A configuration style for options that must be one of a fixed set of text values

  7. type ScreenNumber = Word32

    xmonad XMonad

    No documentation available.

  8. connectionNumber :: Display -> CInt

    xmonad XMonad

    interface to the X11 library function XConnectionNumber().

  9. screenNumberOfScreen :: Screen -> ScreenNumber

    xmonad XMonad

    interface to the X11 library function XScreenNumberOfScreen().

  10. xK_Num_Lock :: KeySym

    xmonad XMonad

    No documentation available.

Page 434 of many | Previous | Next