Hoogle Search

Within LTS Haskell 24.22 (ghc-9.10.3)

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

  1. singletonConstructors :: InterpretOptions -> SingletonConstructors

    dhall Dhall.Marshal.Encode

    Specify how to handle constructors with only one field. The default is Smart

  2. singletonByPosition :: Bits w => Int -> T w a

    enumset Data.EnumBitSet

    set a bit - Intended for implementing an Enum instance if you only know masks but no bit positions.

  3. singletonArc :: ArcPosition Double -> [PathData Double]

    chart-svg Data.Path

    Convert arc position to path data.

  4. singletonCubic :: CubicPosition Double -> [PathData Double]

    chart-svg Data.Path

    Convert cubic position to path data.

  5. singletonPie :: Point Double -> ArcPosition Double -> [PathData Double]

    chart-svg Data.Path

    Convert arc position to a pie slice, with a specific center.

  6. singletonQuad :: QuadPosition Double -> [PathData Double]

    chart-svg Data.Path

    Convert quad position to path data.

  7. singletonRope :: Char -> Rope

    core-text Core.Text.Rope

    A Rope with but a single character.

  8. singletonForestCursor :: a -> ForestCursor a b

    cursor Cursor.Forest

    No documentation available.

  9. singletonNonEmptyCursor :: a -> NonEmptyCursor a b

    cursor Cursor.List.NonEmpty

    No documentation available.

  10. singletonMapCursorKey :: kc -> v -> MapCursor kc vc k v

    cursor Cursor.Map

    No documentation available.

Page 44 of many | Previous | Next