Added coherent logic prover.
authorberghofe
Mon, 22 Sep 2008 23:04:35 +0200
changeset 28327 4d7a0a941b79
parent 28326 ddd53738dae8
child 28328 9a647179c1e6
Added coherent logic prover.
src/HOL/IsaMakefile
--- a/src/HOL/IsaMakefile	Mon Sep 22 23:01:54 2008 +0200
+++ b/src/HOL/IsaMakefile	Mon Sep 22 23:04:35 2008 +0200
@@ -153,6 +153,7 @@
   $(SRC)/Provers/blast.ML \
   $(SRC)/Provers/clasimp.ML \
   $(SRC)/Provers/classical.ML \
+  $(SRC)/Provers/coherent.ML \
   $(SRC)/Provers/eqsubst.ML \
   $(SRC)/Provers/hypsubst.ML \
   $(SRC)/Provers/order.ML \
@@ -763,7 +764,7 @@
   Library/Primes.thy							\
   ex/Abstract_NAT.thy ex/Antiquote.thy ex/Arith_Examples.thy ex/BT.thy	\
   ex/BinEx.thy ex/CTL.thy ex/Chinese.thy ex/Classical.thy		\
-  ex/Dense_Linear_Order_Ex.thy ex/Eval_Examples.thy			\
+  ex/Coherent.thy ex/Dense_Linear_Order_Ex.thy ex/Eval_Examples.thy	\
   ex/Groebner_Examples.thy ex/Random.thy ex/Quickcheck.thy		\
   ex/Codegenerator.thy ex/Codegenerator_Pretty.thy			\
   ex/Commutative_RingEx.thy ex/Efficient_Nat_examples.thy		\