project-m36-0.7: Relational Algebra Engine

Safe HaskellNone
LanguageHaskell2010

ProjectM36.Server.EntryPoints

Synopsis

Documentation

timeoutOrDie :: Serializable a => Timeout -> IO a -> Process (Either ServerError a) Source #

type Reply a = Process (ProcessReply (Either ServerError a) Connection) Source #

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

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