http-monad-0.1.1.2: Monad abstraction for HTTP allowing lazy transfer and non-I/O simulation

Copyright(c) 2009 Henning Thielemann
LicenseBSD
Stabilityexperimental
Portabilitynon-portable (not tested)
Safe HaskellSafe
LanguageHaskell98

Network.Monad.Body

Description

 

Documentation

class CharType char where Source #

Minimal complete definition

fromChar, toChar

Methods

fromChar :: Char -> char Source #

toChar :: char -> Char Source #

Instances