sigma-ij-0.2.0.2: Thom polynomials of second order Thom-Boardman singularities

Safe HaskellSafe
LanguageHaskell2010

Math.FreeModule.PP

Description

More concrete prettyprinting. this should be a separated package.

Documentation

class Pretty a where Source #

Minimal complete definition

pretty

Methods

pretty :: a -> String Source #

pp :: Pretty a => a -> IO () Source #