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. bsFingerprint :: ByteString -> Maybe TagFingerprint

    tagged-binary Data.Binary.Tagged.Internal

    With a ByteString, expecting tagged data, returns the Fingerprint that the data is tagged with. Returns Nothing if the data is not decodable as tagged data. Might accidentally decode untagged data though!

  2. tagFingerprint :: Tagged a -> TagFingerprint

    tagged-binary Data.Binary.Tagged.Internal

    Extract the Fingerprint out of a Tagged. Mostly used so that you can categorize and associate Tagged items; to check if a Tagged is of a desired typed, getTagged and tagMatched might be more useful.

  3. typeFingerprint :: Typeable a => a -> TagFingerprint

    tagged-binary Data.Binary.Tagged.Internal

    Compute the Fingerprint representing a type. It is non-strict on its parameter, so passing in undefined should work if you want to just get the Fingerprint of a specific type without having data of that type on hand:

    typeFingerprint (undefined :: Int)
    

  4. package wl-pprint

    The Wadler/Leijen Pretty Printer This is a pretty printing library based on Wadler's paper "A Prettier Printer". See the haddocks for full info. This version allows the library user to declare overlapping instances of the Pretty class.

  5. class Show a => PPrint a

    xmonad-contrib XMonad.Config.Dmwit

    No documentation available.

  6. data PPrintable

    xmonad-contrib XMonad.Config.Dmwit

    No documentation available.

  7. pprint :: PPrint a => Int -> a -> String

    xmonad-contrib XMonad.Config.Dmwit

    No documentation available.

  8. xK_Print :: KeySym

    xmonad-contrib XMonad.Config.Prime

    No documentation available.

  9. ppPrinters :: PP -> WSPP

    xmonad-contrib XMonad.Hooks.DynamicLog

    extend workspace types with custom predicates. Check $predicates for more details.

  10. fallbackPrinters :: WSPP

    xmonad-contrib XMonad.Hooks.StatusBar.PP

    For a PP pp, fallbackPrinters pp returns the default WSPP used to format workspaces: the formatter chosen corresponds to the first matching workspace type, respecting the following precedence: ppUrgent, ppCurrent, ppVisible, ppVisibleNoWindows, ppHidden, ppHiddenNoWindows. This can be useful if one needs to use the default set of formatters and post-process their output. (For pre-processing their input, there's ppRename.)

Page 342 of many | Previous | Next