]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/nCicProof.ml
Various architectural changes
[helm.git] / helm / software / components / ng_paramodulation / nCicProof.ml
index b1373819ced7250bd7ae2a01d04a06a874383c67..aadaafb5ae61a3276e26ccaec2069b08e76a6736 100644 (file)
     let get_literal id =
       let (_, nlit, plit, vl, proof),_,_ = Terms.get_from_bag id bag in
       let lit = match nlit,plit with 
-          | [],[Terms.Equation (l,r,ty,_),_] -> 
+         | [Terms.Equation (l,r,ty,_),_],[]
+         | [],[Terms.Equation (l,r,ty,_),_] ->
               Terms.Node [ Terms.Leaf eqP(); ty; l; r]
           | _ -> assert false
       in