--- title: Interactive amc-prove date: September 29, 2019 --- Following my [last post announcing amc-prove](/posts/2019-09-25.html), 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)