]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/cicAst.mli
paths trough terms implemented with a nice hack :)
[helm.git] / helm / ocaml / cic_transformations / cicAst.mli
index 6bb67af227b5c96edb87ea3ea873bd5ece63dd81..89f8907fa32fe45648996bffc44146697a147a11 100644 (file)
@@ -51,7 +51,6 @@ type term_attribute =
 
 type term =
   | AttributedTerm of term_attribute * term
-
   | Appl of term list
   | Binder of binder_kind * capture_variable * term (* kind, name, body *)
   | Case of term * string option * term option * (case_pattern * term) list