Reformat ASCII proof trees in your code/docs
| .idea/codeStyles | ||
| project | ||
| src/main/scala | ||
| .gitignore | ||
| .scalafmt.conf | ||
| build.sbt | ||
| README.md | ||
asciiprooftree
Format and reformat ascii proof trees like this one:
§ *
§ ----------------------------- [;] compose
§ [a;b;]p(||) <-> [a;][b;]p(||)
§ ----------------------------------------- US
§ [x:=*;][?x>0;][x:=x+1;]x>1 [?x>0;x:=x+1;]x>1 <-> [?x>0;][x:=x+1;]x>1
§ ---------------------------------------------------------------------- RewriteAt
§ [x:=*;][?x>0;x:=x+1;]x>1