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

[Coq] Simplified axiom expansion tactic #120

Closed olaure01 closed 3 years ago

olaure01 commented 3 years ago

Because of an OLlibs issue olaure01/ollibs#5, the execution of the ax_expansion tactic became uselessly long. Here is a cleaned version avoiding in particular this problem.

etiennecallies commented 3 years ago

Perfect thanks!