Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. updateStmt :: IsSql92UpdateSyntax update => Sql92UpdateTableNameSyntax update -> [(Sql92UpdateFieldNameSyntax update, Sql92UpdateExpressionSyntax update)] -> Maybe (Sql92UpdateExpressionSyntax update) -> update

    beam-core Database.Beam.Backend.SQL.SQL92

    No documentation available.

  2. toListM :: Monad m => Emitter m a -> m [a]

    box Box.Emitter

    Collect emits into a list, and close on the first Nothing.

    >>> toListM <$|> qList [1..3]
    [1,2,3]
    

  3. toBoxSTM :: Queue a -> STM (Box STM a a, STM ())

    box Box.Queue

    turn a queue into a box (and a seal)

  4. data Adjustments

    chart-svg Chart.Hud

    options for prettifying axis decorations

    >>> defaultAdjustments
    Adjustments {maxXRatio = 8.0e-2, maxYRatio = 6.0e-2, angledRatio = 0.12, allowDiagonal = True}
    

  5. Adjustments :: Double -> Double -> Double -> Bool -> Adjustments

    chart-svg Chart.Hud

    No documentation available.

  6. adjustments :: AxisOptions -> Maybe Adjustments

    chart-svg Chart.Hud

    No documentation available.

  7. defaultAdjustments :: Adjustments

    chart-svg Chart.Hud

    The official hud adjustments.

  8. pattern ChristmasIsland :: Country

    country Country.Identifier

    No documentation available.

  9. christmasIsland :: Country

    country Country.Identifier

    Christmas Island

  10. BlockedSTM :: [TAction] -> ThreadAction

    dejafu Test.DejaFu.Conc

    Got blocked in an STM transaction.

Page 89 of many | Previous | Next