Skip to content
Olivier Laurent edited this page Apr 5, 2021 · 53 revisions

Roadmap

Ongoing work

  • Coq/Yalla export
  • LaTeX export
  • call to an automated prover (this includes some proof import)
  • add cut rule (issue #12)
  • cyclic linear logic (exchange restricted to circular shifts)
  • explicit exchange rule (with colored backgrounds to follow instances of formulas) (issue #11)
  • formula naming through (possibly recursive) equations (with click on name to unfold a definition inside a proof)
    𝔹 ::= (A ⊗ A) ⊸ (A ⊗ A)
    ℕ ::= !(A ⊸ A) ⊸ !(A ⊸ A)
    o ::= !o ⊸ o
    

Other directions

  • two-sided sequent calculus
  • intuitionistic linear logic
  • quantifiers (issue #16)
  • contexts as first-class objects (issue #13)
  • additional tool for proof transformations (cut elimination, axiom expansion, reversing, focusing, etc.) (issue #12)
  • back edges for regular proofs
  • fixed-point connectives in formulas
  • mix rules

Examples

Clone this wiki locally