]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_procedural/proceduralHelpers.mli
- procedural: bugfix in "Barendregt convention" test
[helm.git] / helm / software / components / acic_procedural / proceduralHelpers.mli
index 1e0717efadf9b826c662e0f583f388d37c713088..358012c8765de46f551660d0fca12e62cccfc463 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-val pp_term:
-   (string -> unit) -> Cic.metasenv -> Cic.context -> Cic.term -> unit
 val mk_fresh_name:
-   Cic.context -> Cic.name -> Cic.name
+   bool -> Cic.context -> Cic.name -> Cic.name
 val list_fold_right_cps:
    ('b -> 'c) -> (('b -> 'c) -> 'a -> 'b -> 'c) -> 'a list -> 'b -> 'c
 val list_fold_left_cps:
@@ -43,6 +41,8 @@ val refine:
    Cic.context -> Cic.term -> Cic.term
 val get_type:
    string -> Cic.context -> Cic.term -> Cic.term
+val is_prop:
+   Cic.context -> Cic.term -> bool
 val is_proof:
    Cic.context -> Cic.term -> bool
 val is_sort: