src/HOLCF/IOA/ROOT.ML
author urbanc
Mon, 27 Nov 2006 14:50:21 +0100
changeset 21557 3c8e29a6e4f0
parent 19360 f47412f922ab
child 23560 e43686246de4
permissions -rw-r--r--
added the function for free variables of a lambda-term, which is a tad more difficult to define than capture-avoiding substitution

(*  Title:      HOL/IOA/ROOT.ML
    ID:         $Id$
    Author:     Olaf Mueller

This is the ROOT file for the formalization of a semantic model of
I/O-Automata.  See the README.html file for details.
*)

goals_limit := 1;

time_use_thy "meta_theory/Abstraction";
time_use "meta_theory/ioa_package.ML";