ComputerAidedLL / click-and-collect

A web interactive tool for building proofs in the sequent calculus of Linear Logic, with its backend written in OCaml
GNU Lesser General Public License v2.1
19 stars 2 forks source link

Clarify use of OCaml sequent type #36

Closed olaure01 closed 3 years ago

olaure01 commented 3 years ago

The OCaml sequent type is mostly used with empty hyp field because almost all the current code relies on one-sided sequents. It might be cleaner to distinguish among: two-sided sequent (only for inputs so far, ≈ formula list * formula list), one-sided sequent (proof conclusions, ≈ formula list), context (part of a sequent, ≈ formula list).