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
17 stars 2 forks source link

[Notation] initial provability check #126

Closed olaure01 closed 3 years ago

olaure01 commented 3 years ago

The very first provability check seems to be run without taking definitions into account properly: https://linearon.modusponens.dev/?s=%7C-+I&n=I%2CX-oX

etiennecallies commented 3 years ago

Hmmm... my fix does not work every time. There is a race condition in javascript. Let me fix that.