statebox / cql

CQL: Categorical Query Language implementation in Haskell
GNU Affero General Public License v3.0
162 stars 14 forks source link

Better Termination Checker #127

Open wisnesky opened 5 years ago

wisnesky commented 5 years ago

The termination check for the program prover is based on size, so it isn't very good. There are lots of better options available.