Merge pull request #51 from rethab/master

gitignore cabal sandbox and some spellings in Backend.hs
This commit is contained in:
Vincent Hanquez 2014-02-22 14:20:51 +00:00
commit 84864e9b6f
2 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,4 +1,6 @@
dist
.cabal-sandbox
cabal.sandbox.config
*.o
*.hi
*.tix

View file

@ -5,11 +5,11 @@
-- Stability : experimental
-- Portability : unknown
--
-- Backend represent a unified way to do IO on differents
-- types without burdening our calling API with multiples
-- way to initialize a new context.
-- A Backend represents a unified way to do IO on different
-- types without burdening our calling API with multiple
-- ways to initialize a new context.
--
-- Typically any backend much implement:
-- Typically, a backend provides:
-- * a way to read data
-- * a way to write data
-- * a way to close the stream