| Safe Haskell | None |
|---|
Text.Authoring.State
- data AuthorState = AuthorState {}
- class HasAuthorState t where
- authorState :: Lens' t AuthorState
- citationDB :: Lens' t Database
- citedUrlSet :: Lens' t (Set String)
- labelMap :: Lens' t (Map Label Text)
Documentation
data AuthorState Source
The record type of everything you need to know to write a paper.
Constructors
| AuthorState | |
Fields
| |
class HasAuthorState t whereSource
Methods
authorState :: Lens' t AuthorStateSource
citationDB :: Lens' t DatabaseSource
citedUrlSet :: Lens' t (Set String)Source
Instances