| |||||
| |||||
| Synopsis | |||||
| |||||
| 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 |