- Nov 28, 2024
-
-
Alice Brenon authored
-
- Mar 01, 2024
-
-
Alice Brenon authored
-
- Feb 24, 2024
-
-
Alice Brenon authored
Keep the best of both worlds, go ToJSONObject -> ToJSON as soon as a :@: is formed, but forward the ToJSONObject instance too (so that future :@:-extensions can be made and magically get the ToJSON instance while propagating the ToJSONObject instance)
-
- Jan 26, 2024
-
-
Alice Brenon authored
Add parsing UIDs as a requirement for Record, explain how they propagate along @-chains and make a case-insensitive instance for Work
-
- Jan 17, 2024
-
-
Alice Brenon authored
Propagate Eq and Ord along @ to be able to use composite types as keys (typically, ParagraphRecord defined out of ArticleRecord
-
Alice Brenon authored
-
Alice Brenon authored
-
Alice Brenon authored
-
- Dec 22, 2023
-
-
Alice Brenon authored
Directly implement ToJSON on @ instead of an intermediate ToJSONObject => ToJSON to avoid confusing the compiler
-
Alice Brenon authored
-
Alice Brenon authored
-
- Sep 26, 2023
-
-
Alice Brenon authored
-
Alice Brenon authored
Reverse associativity of '@': we want to enrich metadata on the right of lines, without having to explode existing structures. A paragraph with a class should be just that, and not an article combined to a paragraph number and a class: (Article @ Paragraph) @ Class, not Article @ (Paragraph @ Class)
-
- Sep 20, 2023
-
-
Alice Brenon authored
-
- Sep 11, 2023
-
-
Alice Brenon authored
-
- Sep 07, 2023
-
-
Alice Brenon authored
-
- Jul 17, 2023
-
-
Alice Brenon authored
* Add optparse-applicative parsers for input / output parameters * Rework metadata types and the way they compose (splitting Article into PrimaryKey and Entry)
-
- May 22, 2023
-
-
Alice Brenon authored
-