]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/mQueryGenerator.mli
- added and exposed get_current_status_as_xml
[helm.git] / helm / gTopLevel / mQueryGenerator.mli
index 73cd77b195796aae2a62a1e433cec933ccd1e52e..b1db11142a9c0920e63d16319d1b18a91d67f1c1 100644 (file)
@@ -44,12 +44,6 @@ type r_obj = (uri * position * depth)
 type r_rel = (position * depth)
 type r_sort = (position * depth * sort) 
 
-(*
-type r_obj = (string * string * int option) 
-type r_rel = (string * int) 
-type r_sort = (string * int * string) 
-*)
-
 type must_restrictions = (r_obj list * r_rel list * r_sort list)
 type only_restrictions =
  (r_obj list option * r_rel list option * r_sort list option)