X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Fparamod.mli;h=321d0f8971730f03a2d7b06ccce9e63d5634956a;hb=dce1bca274f93a3bddcc0f6b04cbf126ccff42b0;hp=b161ae459086fa5bfe406545521ebcfd4545d82b;hpb=86a273d0b145e058baf50b6e97fcb0dc0adc90e3;p=helm.git diff --git a/helm/software/components/ng_paramodulation/paramod.mli b/helm/software/components/ng_paramodulation/paramod.mli index b161ae459..321d0f897 100644 --- a/helm/software/components/ng_paramodulation/paramod.mli +++ b/helm/software/components/ng_paramodulation/paramod.mli @@ -17,7 +17,8 @@ module type Paramod = type input type state type szsontology = - | Unsatisfiable of (t Terms.bag * int * int list) list + | Unsatisfiable of + (t Terms.bag * int * t Terms.substitution * int list) list | GaveUp | Error of string | Timeout of int * t Terms.bag