freemodule-0.0: Free modulesContentsIndex
Data.FreeModule.PrettyPrint
Synopsis
pp :: (FreeModule x, Real (Coeff x), Symbol ~ Base x) => x -> String
prettyPrintRealWith :: (FreeModule x, Real (Coeff x), Show (Coeff x)) => (Base x -> String) -> x -> String
prettyPrintArbWith :: (FreeModule x, Show (Coeff x)) => (Base x -> String) -> x -> String
Documentation
pp :: (FreeModule x, Real (Coeff x), Symbol ~ Base x) => x -> String
prettyPrintRealWith :: (FreeModule x, Real (Coeff x), Show (Coeff x)) => (Base x -> String) -> x -> String
Print stuff with real (eg integral or rational) coefficients
prettyPrintArbWith :: (FreeModule x, Show (Coeff x)) => (Base x -> String) -> x -> String
Print stuff with arbitrary coefficients
Produced by Haddock version 2.4.1