project-m36-0.9.8: Relational Algebra Engine
Safe HaskellSafe-Inferred
LanguageHaskell2010

ProjectM36.Server.EntryPoints

Synopsis

Documentation

timeoutOrDie :: Maybe Timeout -> IO a -> IO (Maybe a) Source #

handleLogin :: Connection -> Locking Socket -> IO Bool Source #

handleRetrieveRelationVariableSummary :: Maybe Timeout -> SessionId -> Connection -> IO (Either RelationalError Relation) Source #

Returns a relation which lists the names of relvars in the current session as well as its types.