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.
bsFingerprint :: ByteString -> Maybe TagFingerprinttagged-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!
tagFingerprint :: Tagged a -> TagFingerprinttagged-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.
typeFingerprint :: Typeable a => a -> TagFingerprinttagged-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)
-
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.
-
xmonad-contrib XMonad.Config.Dmwit No documentation available.
-
xmonad-contrib XMonad.Config.Dmwit No documentation available.
pprint :: PPrint a => Int -> a -> Stringxmonad-contrib XMonad.Config.Dmwit No documentation available.
-
xmonad-contrib XMonad.Config.Prime No documentation available.
-
xmonad-contrib XMonad.Hooks.DynamicLog extend workspace types with custom predicates. Check $predicates for more details.
-
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.)