src/HOL/Proofs.thy
author traytel
Tue, 05 Apr 2016 09:54:17 +0200
changeset 62863 e0b894bba6ff
parent 52488 cd65ee49a8ba
permissions -rw-r--r--
single uniqueness theorems for map, (un)fold, (co)rec for mutual (co)datatypes

theory Proofs
imports Pure
begin

ML "Proofterm.proofs := 2"

end