kangaroo-0.2.0: src/Text/PrettyPrint/JoinPrint.hs
{-# OPTIONS -Wall #-}
--------------------------------------------------------------------------------
-- |
-- Module : Text.PrettyPrint.JoinPrint
-- Copyright : (c) Stephen Tetley 2009
-- License : BSD3
--
-- Maintainer : Stephen Tetley <stephen.tetley@gmail.com>
-- Stability : highly unstable
-- Portability : to be determined.
--
-- Printing with /join-strings/.
--
--------------------------------------------------------------------------------
module Text.PrettyPrint.JoinPrint
(
module Text.PrettyPrint.JoinPrint.Core
, module Text.PrettyPrint.JoinPrint.HexDump
) where
import Text.PrettyPrint.JoinPrint.Core
import Text.PrettyPrint.JoinPrint.HexDump