src/CTT/ROOT.ML
author chaieb
Sun, 17 Jun 2007 13:39:32 +0200
changeset 23407 0e4452fcbeb8
parent 19761 5cd82054c2c6
child 25750 4e796867ccb5
permissions -rw-r--r--
normalizer conversions depend on the proof context; added functions for conversion and wrapper that sill depend on the variable ordering (_ord)

(*  Title:      CTT/ROOT.ML
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1991  University of Cambridge
*)

val banner = "Constructive Type Theory";
writeln banner;

use_thy "Main";