src/HOLCF/IOA/Modelcheck/MuIOA.ML
changeset 17241 62bb8dcc316e
parent 16425 2427be27cc60
child 17465 93fc1211603f
--- a/src/HOLCF/IOA/Modelcheck/MuIOA.ML	Sat Sep 03 16:46:56 2005 +0200
+++ b/src/HOLCF/IOA/Modelcheck/MuIOA.ML	Sat Sep 03 16:47:25 2005 +0200
@@ -3,7 +3,6 @@
 	There, implementation relations for I/O automatons are proved using
 	the model checker mucke (invoking cal_mucke_tac defined in MCSyn.ML). *)
 
-exception SimOracleExn of (term*(thm list));
 exception SimFailureExn of string;
 
 val ioa_simps = [asig_of_def,starts_of_def,trans_of_def];
@@ -162,7 +161,7 @@
 
 in
 
-fun mk_sim_oracle (sign, SimOracleExn (subgoal,thl)) =
+fun mk_sim_oracle sign (subgoal,thl) =
 (let
         val weak_case_congs = DatatypePackage.weak_case_congs_of sign;