]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/equality.mli
Changed auto from implicit to option and renamed a few functions.
[helm.git] / helm / software / components / tactics / paramodulation / equality.mli
index bd3d4c2acda6de7212d31697b3ebc18da189a5e3..3bc9e4309c4d5ecd8302f74b1aea773bb48b2d47 100644 (file)
@@ -25,6 +25,8 @@
 
 type rule = SuperpositionRight | SuperpositionLeft | Demodulation
 
+(* every equality group has its own bag. the bag contains the infos necessary
+ * for building the proof. FIXME: should also contain maxmeta! *)
 type equality_bag
 
 val mk_equality_bag: unit -> equality_bag