src/ZF/ex/Enum.ML
author wenzelm
Wed, 09 Aug 2000 20:46:58 +0200
changeset 9562 6b07b56aa3a8
parent 6141 a6922171b396
child 11316 b4e71bd751e4
permissions -rw-r--r--
fixed mk_cases_i: TRYALL InductMethod.simp_case_tac;

(*  Title:      ZF/ex/Enum
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1993  University of Cambridge

Example of a BIG enumeration type

Can go up to at least 100 constructors, but it takes nearly 7 minutes...
*)

Goal "C00 ~= C01";
by (Simp_tac 1);
result();