view wisdom/cut elimination @ 7026:781ef4a1fb73

<b_jonas> `` cd wisdom && for x in burritto burito buritto burritos; do rm $x; ln -sv burrito $x; done
author HackBot
date Sat, 27 Feb 2016 06:32:49 +0000
parents d634e64cd991
children
line wrap: on
line source

The cut-elimination theorem states that any Prolog program written using the cut operator ! can be rewritten without using that operator.