# HG changeset patch # User HackBot # Date 1456293286 0 # Node ID d634e64cd991c4ea1c542a5baa43a58803c62a9f # Parent c7466b5b4d6c74856e09a6552fadad736963ccb2 le/rn cut elimination/The cut-elimination theorem states that any Prolog program written using the cut operator ! can be rewritten without using that operator. diff -r c7466b5b4d6c -r d634e64cd991 wisdom/cut elimination --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wisdom/cut elimination Wed Feb 24 05:54:46 2016 +0000 @@ -0,0 +1,1 @@ +The cut-elimination theorem states that any Prolog program written using the cut operator ! can be rewritten without using that operator.