Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
class Output out where Source #
text :: String -> out Source #
above :: out -> out -> out Source #
beside :: out -> out -> out Source #
formatRow :: [out] -> out Source #
formatColumn :: [out] -> out Source #
formatAligned :: Foldable f => [[f out]] -> out Source #
formatSeparateTriangle :: Foldable f => [[f out]] -> out Source #
Instances
Output Box Source # | |
Defined in Numeric.LAPACK.Output |