pads-haskell-0.1.0.0: PADS data description language for Haskell.

Copyright(c) 2011
Kathleen Fisher <kathleen.fisher@gmail.com>
John Launchbury <john.launchbury@gmail.com>
LicenseMIT
MaintainerKarl Cronburg <karl@cs.tufts.edu>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Language.Pads.PadsPrinter

Description

This module provides a way to lazily append to a ByteString for the purpose of printing said ByteString.

Synopsis

Documentation

type PadsPrinter a = a -> FList Source #

 

fshow :: Show a => a -> FList Source #

 

printF :: FList -> IO () Source #