]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagType.ml
- we implemented the hierarchy and sort names declaration in text parser
[helm.git] / helm / software / lambda-delta / basic_ag / bagType.ml
index ec7d92c895ed59f35b5190bb5626b845867688d9..bb4ee83d47e6e660300c126824ee052b0be8c3d2 100644 (file)
@@ -51,7 +51,7 @@ let rec b_type_of f st c x =
    log1 "Now checking" c x;
    match x with
    | B.Sort h                    ->
-      let h = H.apply st.Y.g h in f x (B.Sort h) 
+      let h = H.apply h in f x (B.Sort h) 
    | B.LRef i                    ->
       let f = function
          | Some (_, B.Abst w)               -> f x w