• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. getVariableForTestDashV :: Token -> Maybe String

    ShellCheck ShellCheck.AnalyzerLib

    No documentation available.

  2. getVariablesFromLiteral :: String -> [String]

    ShellCheck ShellCheck.AnalyzerLib

    No documentation available.

  3. getVariablesFromLiteralToken :: Token -> [String]

    ShellCheck ShellCheck.AnalyzerLib

    No documentation available.

  4. prop_getVariablesFromLiteral1 :: Bool

    ShellCheck ShellCheck.AnalyzerLib

    No documentation available.

  5. getVar :: Function -> Index -> IO Type

    binaryen Binaryen.Function

    No documentation available.

  6. data FontVariant

    blank-canvas Graphics.Blank.Font

    Specifies the face of a Font.

  7. fontVariant :: Font -> FontVariant

    blank-canvas Graphics.Blank.Font

    No documentation available.

  8. fontVariant :: AttributeValue -> Attribute

    blaze-svg Text.Blaze.Svg11.Attributes

    Combinator for the font-variant attribute.

  9. atomicUpdMutVar :: IORef a -> (a -> (a, b)) -> IOEnv env b

    breakpoint Debug.Breakpoint.GhcFacade

    Atomically update the reference. Does not force the evaluation of the new variable contents. For strict update, use atomicUpdMutVar'.

  10. atomicUpdMutVar' :: IORef a -> (a -> (a, b)) -> IOEnv env b

    breakpoint Debug.Breakpoint.GhcFacade

    Strict variant of atomicUpdMutVar.

Page 56 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete