Mdbook tweaks

This commit is contained in:
Nathan McCarty 2025-01-27 05:19:15 -05:00
parent d030bd79c5
commit b2d94f9751
30 changed files with 15 additions and 2765 deletions

View file

@ -366,4 +366,4 @@ runParserState s =
## Footnotes
[^1]: https://github.com/stefan-hoeck/idris2-barbies
[^1]: <https://github.com/stefan-hoeck/idris2-barbies>

View file

@ -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

View file

@ -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/>