JSON-Combinator-0.2.2: A combinator library on top of a generalised JSON type

Text.JSON.Interact

Description

A generalisation on functions to interact with standard input and standard output.

Documentation

class Interact z whereSource

Methods

getContents' :: IO zSource

putStr' :: z -> IO ()Source

interact' :: (z -> z) -> IO ()Source