limp-0.3.2.3: representation of Integer Linear Programs
Numeric.Limp.Canon.Pretty
Contents
ppr :: (Show (Z c), Show (R c), Rep c, Show z, Show r, Ord z, Ord r) => (z -> String) -> (r -> String) -> Program z r c -> String Source #
Methods
showsPrec :: Int -> Program z r c -> ShowS #
show :: Program z r c -> String #
showList :: [Program z r c] -> ShowS #