| Safe Haskell | None |
|---|
Text.Authoring.Bibliography
- bibliographyContent :: (MonadState s m, HasAuthorState s, HasDatabase s, MonadIO m) => m Text
- withDatabaseFile :: (MonadIO m, MonadState s m, HasDatabase s) => FilePath -> m a -> m a
Documentation
bibliographyContent :: (MonadState s m, HasAuthorState s, HasDatabase s, MonadIO m) => m TextSource
generate the content for the bibliography file.
withDatabaseFile :: (MonadIO m, MonadState s m, HasDatabase s) => FilePath -> m a -> m a
Excecute the program using the given database file. The file will be created if it didn't exist.