X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FcicAst.ml;h=45fcc8820b446c884d8ee188f76562a20d6f4a76;hb=7033b0a141f65fd75b435a6f71325ca67f19db61;hp=3f14ebf7378a9502c07a263feb85b94ccae6471b;hpb=5521b5f6cfb206ce83ef7fe8023bad66a82af7d7;p=helm.git diff --git a/helm/ocaml/cic_transformations/cicAst.ml b/helm/ocaml/cic_transformations/cicAst.ml index 3f14ebf73..45fcc8820 100644 --- a/helm/ocaml/cic_transformations/cicAst.ml +++ b/helm/ocaml/cic_transformations/cicAst.ml @@ -65,6 +65,7 @@ type term = | Appl of term list | Binder of binder_kind * capture_variable * term | Case of term * string option * term option * (case_pattern * term) list + | Cast of term * term | LetIn of capture_variable * term * term | LetRec of induction_kind * (capture_variable * term * int) list * term | Ident of string * subst list option