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

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.

  1. toShowS :: Elevator e => e -> ShowS

    Color Graphics.Color.Space

    This is a pretty printer for the value.

  2. toShowS :: Elevator e => e -> ShowS

    Color Graphics.Color.Space.RGB

    This is a pretty printer for the value.

  3. toShowS :: Elevator e => e -> ShowS

    Color Graphics.Color.Space.RGB

    This is a pretty printer for the value.

  4. toShowS :: Elevator e => e -> ShowS

    Color Graphics.Color.Space.RGB.Alternative

    This is a pretty printer for the value.

  5. decShow :: Show a => Dec a -> String

    dec Data.Type.Dec

    Show Dec.

    >>> decShow $ Yes ()
    "Yes ()"
    
    >>> decShow $ No id
    "No <toVoid>"
    

  6. _debugShow :: Settings (n :: Type -> Type) a -> Maybe (a -> String)

    dejafu Test.DejaFu.Internal

    No documentation available.

  7. _showAborts :: Settings (n :: Type -> Type) a -> Bool

    dejafu Test.DejaFu.Internal

    No documentation available.

  8. ldebugShow :: forall (n :: Type -> Type) a f . Functor f => (Maybe (a -> String) -> f (Maybe (a -> String))) -> Settings n a -> f (Settings n a)

    dejafu Test.DejaFu.Settings

    A lens into the debug show function.

  9. lshowAborts :: forall (n :: Type -> Type) a f . Functor f => (Bool -> f Bool) -> Settings n a -> f (Settings n a)

    dejafu Test.DejaFu.Settings

    A lens into the show-aborts flag.

  10. newtype LocShow

    katip Katip.Core

    No documentation available.

Page 290 of many | Previous | Next

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