src/HOLCF/IOA/Modelcheck/ROOT.ML
author haftmann
Wed, 06 May 2009 16:01:06 +0200
changeset 31048 ac146fc38b51
parent 28614 1f301440c97b
child 35174 e15040ae75d7
permissions -rw-r--r--
refined HOL string theories and corresponding ML fragments

(*  Title:      HOLCF/IOA/Modelcheck/ROOT.ML
    ID:         $Id$
    Author:     Olaf Mueller and Tobias Hamberger, TU Muenchen

Modelchecker setup for I/O automata.
*)

time_use_thy "MuIOAOracle";

(*check if user has mucke installed*)
fun mucke_enabled () = getenv "MUCKE_HOME" <> "";
fun if_mucke_enabled f x = if mucke_enabled () then f x else ();

(*examples*)
if_mucke_enabled time_use_thy "Cockpit";
if_mucke_enabled time_use_thy "Ring3";