Mdbook tweaks
This commit is contained in:
parent
d030bd79c5
commit
b2d94f9751
30 changed files with 15 additions and 2765 deletions
|
@ -366,4 +366,4 @@ runParserState s =
|
|||
|
||||
## Footnotes
|
||||
|
||||
[^1]: https://github.com/stefan-hoeck/idris2-barbies
|
||||
[^1]: <https://github.com/stefan-hoeck/idris2-barbies>
|
||||
|
|
|
@ -13,6 +13,11 @@
|
|||
- [Util.Eff - Effects and Effect Accessories](Util/Eff.md)
|
||||
- [Util.Digits - Pattern Matching Integers as Lists of Digits](Util/Eff.md)
|
||||
- [Array - Arrays With Constant Time Indexing and Slicing](Array.md)
|
||||
- [Parser - Recursive Descent Parsing, With Effects](Parser.md)
|
||||
- [Interface - Core Parsing Functionality](Parser/Interface.md)
|
||||
- [ParserState - Custom Effect for Parser Internal State](Parser/ParserState.md)
|
||||
- [Numbers - Parsers for Numerical Values](Parser/Numbers.md)
|
||||
- [JSON - A JSON Parser](Parser/JSON.md)
|
||||
|
||||
# Problems
|
||||
|
||||
|
|
|
@ -235,4 +235,4 @@ day11 = Both 11 part1 part2
|
|||
|
||||
## References
|
||||
|
||||
[^1]: https://github.com/stefan-hoeck/idris2-refined/
|
||||
[^1]: <https://github.com/stefan-hoeck/idris2-refined/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue