bib file processor using BibtexQuery #
This file contains functions for bib file processor using
pure Lean library BibtexQuery.
The main function is DocGen4.Bibtex.process.
Process the contents of bib file.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Process the contents of bib file.
Equations
- DocGen4.Bibtex.process contents = match DocGen4.Bibtex.process' contents with | Except.ok ret => pure ret | Except.error err => throw (IO.userError err)