Skip to content

Commit

Permalink
Removed even more client code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastiaan Visser committed Mar 12, 2010
1 parent 713731f commit cfda091
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Network/Salvia/Interface.hs
Expand Up @@ -176,12 +176,6 @@ class (Applicative m, Monad m) => ServerM m where
admin :: m String
listen :: m [SockAddr]

-- | The `ClientM' type class can be used to acesss the static client
-- configuration. Unit for now.

class (Applicative m, Monad m) => ClientM m where
client :: m ()

-- | The `PayloadM' type class provides access to the server payload. The
-- payload can be an arbitrary piece of data that gets shared between all the
-- handlers. Can be used to implement sessions and such. Heterogeneous lists
Expand Down

0 comments on commit cfda091

Please sign in to comment.