doc-src/Tutorial/Misc/arith2.ML
author berghofe
Mon, 12 May 2003 13:51:50 +0200
changeset 14008 f843528b9f3c
parent 6577 a2b5c84d590a
permissions -rw-r--r--
Program extraction framework.

Goal "min i (max j (k*k)) = max (min (k*k) i) (min i (j::nat))";