]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/disambiguation/disambiguate.ml
- ng_refiner:
[helm.git] / matita / components / disambiguation / disambiguate.ml
index 4476d562a949d0e9a82e0bc69f49dfb8dacc3649..95d6082d0b4296bd1ee12d7649cb8b0c11122ab4 100644 (file)
@@ -334,7 +334,7 @@ let domain_of_term ~context term =
 let domain_of_obj ~context ast =
  assert (context = []);
   match ast with
-   | Ast.Theorem (_,_,ty,bo,_) ->
+   | Ast.Theorem (_,ty,bo,_) ->
       domain_of_term [] ty
       @ (match bo with
           None -> []