Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
prettyprinter Prettyprinter Maximum number of characters that fit in one line. The layout algorithms will try not to exceed the set limit by inserting line breaks when applicable (e.g. via softline').
-
prettyprinter Prettyprinter Overloaded conversion to Doc. Laws:
- output should be pretty. :-)
-
prettyprinter Prettyprinter.Internal Maximum number of characters that fit in one line. The layout algorithms will try not to exceed the set limit by inserting line breaks when applicable (e.g. via softline').
-
prettyprinter Prettyprinter.Internal Overloaded conversion to Doc. Laws:
- output should be pretty. :-)
-
prettyprinter Prettyprinter.Render.Tutorials.StackMachineTutorial No documentation available.
-
prettyprinter Prettyprinter.Render.Tutorials.TreeRenderingTutorial No documentation available.
module Prettyprinter.Render.Util.
Panic No documentation available.
-
Simple Byte Array packer Simple example:
> flip pack 20 $ putWord8 0x41 >> putByteString "BCD" >> putWord8 0x20 >> putStorable (42 :: Word32) Right (ABCD *\NUL\NUL\NUL")
Original code from https://hackage.haskell.org/package/bspack generalized and adapted to run on memory, and spellchecked / tweaked. (2015-05) Copyright (c) 2014 Nicolas DI PRIMA -
memory Data.ByteArray.Pack Simple ByteArray Packer
PackerFail :: String -> Result amemory Data.ByteArray.Pack No documentation available.