TFL/sys.sml
author paulson
Mon, 23 Jun 1997 11:30:35 +0200
changeset 3458 5ff4bfab859c
parent 3391 5e45dd3b64e9
child 4062 fa2eb95b1b2d
permissions -rw-r--r--
Removal of COND_CONG, which is just if_cong RS eq_reflection

(*  Title:      TFL/sys
    ID:         $Id$
    Author:     Konrad Slind, Cambridge University Computer Laboratory
    Copyright   1997  University of Cambridge

Compile the TFL system
*)

(* Portability stuff *)
nonfix prefix;

(* Establish a base of common and/or helpful functions. *)
use "utils.sig";

use "usyntax.sig";
use "rules.sig";
use "thry.sig";
use "thms.sig";
use "tfl.sig";
use "utils.sml";

(*----------------------------------------------------------------------------
 *      Supply implementations
 *---------------------------------------------------------------------------*)

use "usyntax.sml";
use "thms.sml";
use"dcterm.sml"; 
use"rules.new.sml";
use "thry.sml";


(*----------------------------------------------------------------------------
 *      Link system and specialize for Isabelle 
 *---------------------------------------------------------------------------*)
use "tfl.sml";
use"post.sml";