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. prettyShow :: Pretty a => a -> String

    debian Debian.Pretty

    No documentation available.

  2. newtype ReadShowVar a

    envy System.Envy

    A utility type to use any instance of Read and Show as an instance of Var.

  3. ReadShowVar :: a -> ReadShowVar a

    envy System.Envy

    No documentation available.

  4. unReadShowVar :: ReadShowVar a -> a

    envy System.Envy

    No documentation available.

  5. prettyShow :: Pretty a => a -> String

    flat Flat.Instances.Test

    Pretty print a value with the prettyNormal level.

  6. formatOrShow :: FormatStyle -> Maybe Int -> Double -> Text

    formatn Data.FormatN

    Format with the shorter of show and a style.

    >>> format (ExponentStyle Nothing) Nothing 0
    "0e0"
    
    >>> formatOrShow (ExponentStyle Nothing) Nothing 0
    "0"
    

  7. type C_WidgetClassShowAllFieldCallback = Ptr Widget -> IO ()

    gi-gtk3 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  8. type C_WidgetClassShowFieldCallback = Ptr Widget -> IO ()

    gi-gtk3 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  9. type C_WidgetClassShowHelpFieldCallback = Ptr Widget -> CUInt -> IO CInt

    gi-gtk3 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  10. type WidgetClassShowAllFieldCallback = Widget -> IO ()

    gi-gtk3 GI.Gtk.Callbacks

    No description available in the introspection data.

Page 302 of many | Previous | Next