summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)Author
2026-02-12Delete Nominal.hsadelon
2026-02-11Update env vars for proversadelon
This avoids overlapping with Naproche's env vars.
2026-02-11Make fallback for imported file search simpleradelon
With these defaults, it should no longer be necessary to set `NAPROCHE_LIB` just for running library files from the root of this project.
2026-02-11Nominal sketchadelon
2026-02-10Fix checking of signaturesadelon
2026-02-09Fix support for mixfix signaturesadelon
2026-02-06Clean warnings, drop lexicon from Megalodon exportadelon
2026-02-06Make `DeBruijn.substitute` match formalizationadelon
2026-02-06Use tries for patterns, skip trivial hypothesesadelon
2026-02-05Stream to stdinadelon
2026-02-05Clean importsadelon
2026-02-05Cache hypothesis lineadelon
2026-02-05Cache contractionadelon
2026-02-05Cache encoding of hypothesesadelon
2026-02-05Add `lexiconAllPatterns`, basic warning for dupe patternadelon
2026-02-05Remove `lookupLexicalItem`, attach info in AST insteadadelon
2026-02-05Remove `lookupOp` and add marker to AST insteadadelon
2026-02-05Prepare mixfix refactoradelon
2026-02-05Skip TPTP ASTadelon
2026-02-05Use `Map` over `HashMap`adelon
2026-02-05Optimize data structure used for translationadelon
Splits mixfix data in lexicon into two data structures: a precedence table used for the parser and a mapping from symbols to markers used for the TPTP export.
2026-02-04Update Lexicon.hsadelon
2026-02-04Update Api.hsadelon
2026-01-31Compute parser only onceadelon
2026-01-30Link dump behaviour to cachingadelon
Run with `--uncached` if you want to dump all tasks.
2026-01-23Add directness annotation to TPTP outputadelon
2026-01-20Fix `syntacticMatch` issue with complex termsadelon
2026-01-13Add gloss of `AsmLetEq`adelon
2026-01-13Improve glossing errorsadelon
2026-01-09Improve errors for `fix` steps and unknown markersadelon
2026-01-07Fix error message for duplicate markersadelon
2026-01-06Use `equivalent` for term comparisonadelon
2026-01-06Quick work-around for term equality in assumptionadelon
2025-12-17Fix `filterTask`, make var names more consistentadelon
2025-12-16Add location info to implicit QED stepadelon
2025-12-14Fix column locationadelon
2025-12-14Add more location info in tasksadelon
2025-12-14Add location info to conjectureadelon
Still some `<nowhere>` value as placeholder left over.
2025-12-13More explicit `locate` for `Stmt`adelon
Fixes missing match on the `Just` case for `StmtConnected`
2025-12-13Start inlining more testsadelon
2025-12-12Update `ReplExpr` definitionsadelon
2025-12-11More on indexed variablesadelon
2025-12-10Propagate Location to CheckingErroradelon
2025-12-09Propagate location info furtheradelon
2025-12-09Gather some location info from parseradelon
WIP
2025-12-08Pass through markers with `throwWithMarker`adelon
2025-12-04Sketch out exprs with scoped de Bruijn indicesadelon
2025-12-04Remove Iota from internal syntaxadelon
2025-12-03Fix skipping of starting charsadelon
2025-11-30Fix skipping to imports, drop charset depadelon