]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_procedural/proceduralClassify.ml
we aligned the implementation to the plmms08 paper
[helm.git] / helm / software / components / acic_procedural / proceduralClassify.ml
index e69b471ca265400e5057f99c5870529c85072e3f..981acc969678302644d591be5bbe540702accd36 100644 (file)
@@ -78,7 +78,7 @@ let classify_conclusion vs =
  
 let classify c t =
 try   
-   let vs, h = PEH.split_with_normalize (c, t) in
+   let vs, h = PEH.split_with_whd (c, t) in
    let rc = classify_conclusion vs in
    let map (b, h) (c, v) = 
       let _, argsno = PEH.split_with_whd (c, v) in