Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mkShowXTupleInstance :: Int -> Decclash-prelude Clash.XException.TH Creates an instance of the form: instance (ShowX a0, ShowX a1) => ShowX (a0, a1) With n number of variables.
mkShowXTupleInstances :: [Int] -> Q [Dec]clash-prelude Clash.XException.TH Creates instances of ShowX for all tuple sizes listed. See mkShowXTupleInstance for more information.
ppShow :: Pretty (PP a) => a -> Stringdebian Debian.Pretty No documentation available.
prettyShow :: Pretty a => a -> Stringdebian Debian.Pretty No documentation available.
decShow :: Show a => Dec a -> Stringdec Data.Type.Dec Show Dec.
>>> decShow $ Yes () "Yes ()"
>>> decShow $ No id "No <toVoid>"
-
envy System.Envy A utility type to use any instance of Read and Show as an instance of Var.
ReadShowVar :: a -> ReadShowVar aenvy System.Envy No documentation available.
unReadShowVar :: ReadShowVar a -> aenvy System.Envy No documentation available.
prettyShow :: Pretty a => a -> Stringflat Flat.Instances.Test Pretty print a value with the prettyNormal level.
formatOrShow :: FormatStyle -> Maybe Int -> Double -> Textformatn Data.FormatN Format with the shorter of show and a style.
>>> format (ExponentStyle Nothing) Nothing 0 "0e0" >>> formatOrShow (ExponentStyle Nothing) Nothing 0 "0"