espial-0.0.20: Espial is an open-source, web-based bookmarking server.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Types

Documentation

type DBM m a = MonadUnliftIO m => SqlPersistT m a Source #

type DB a = forall m. DBM m a Source #