my blog lives here now
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

5.2 KiB

title date
Interactive amc-prove September 29, 2019

Following my last post announcing amc-prove, I decided I'd make it more accessible to people who wouldn't like to spend almost 10 minutes compiling Haskell code just to play with a fiddly prover.

So I made a web interface for the thing: Play with it below.

Text immediately following > is editable.

> (not P) + (not Q) -> not (P * Q)