Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showsFormula :: ShowLines ex => String -> Formula ex -> ShowSswish Swish.Rule Create a displayable form of a labelled formula
showsFormulae :: ShowLines ex => String -> [Formula ex] -> String -> ShowSswish Swish.Rule Return a displayable form of a list of labelled formulae
showsWidth :: Int -> String -> ShowSswish Swish.Rule Show a string left justified in a field of at least the specified number of characters width.
showAsPlainText :: Integral a => SymopGeom a -> Stringsymmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols.PlainText No documentation available.
-
symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols.SymopGeom No documentation available.
-
symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols.SymopGeom No documentation available.
-
symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols.SymopGeom No documentation available.
showText :: Show a => a -> Texttelegram-bot-api Telegram.Bot.API.Internal.Utils No documentation available.
showb :: TextShow a => a -> Buildertext-show-instances TextShow.Instances Converts a value to a strict Text. If you hand-define this, it should satisfy:
showb = showbPrec 0
Since: 2showbList :: TextShow a => [a] -> Buildertext-show-instances TextShow.Instances Converts a list of values to a Builder. By default, this is defined as 'showbList = showbListWith showb, but it can be overridden to allow for specialized displaying of lists (e.g., lists of Chars). Since: 2