From 4797fad4d7da8d667239b5b5049edb5929d09d8b Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 9 Aug 2012 05:24:08 +1000 Subject: Concat explanation added --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index cd9747d..9a55603 100644 --- a/README +++ b/README @@ -28,15 +28,17 @@ Reads a proof trace in, converts it to a DAG a la ProofGraph, then converts it b -Delete [, , ] +Delete [, , ] > Removes all theorems of specified numbers from a proof trace. Best used in conjunction with ListThm, so you can -actually know what theorems are what. +actually know what theorems are what. Generates a simplified proof trace as output. -Concat +Concat > + +Joins two proof traces together, converts it to a DAG and back again, then outputs the result. -- cgit