view wisdom/cut elimination @ 11932:d8d7f891e16b draft

<fizzie> mkx bin/beat//s=$(date +%s); echo @$(((s+3600) % 86400 * 10 / 864))
author HackEso <hackeso@esolangs.org>
date Fri, 13 Sep 2019 10:09:31 +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.