T.thens
~start:(P.cut_tac
~term:(
- C.Prod (
- (C.Name "dummy_for_gen")),
- (CicTypeChecker.type_of_aux' metasenv context term)),
+ C.Prod(
+ (C.Name "dummy_for_gen"),
+ (CicTypeChecker.type_of_aux' metasenv context term),
(ProofEngineReduction.replace_lifting_csc 1
~equality:(==)
~what:term
~with_what:(C.Rel 1) (* C.Name "dummy_for_gen" *)
~where:ty)
- )
+ )))
~continuations: [(P.apply_tac ~term:(C.Rel 1)) ; T.id_tac]
~status
;;
;;
*)
-
-
-(*** DOMANDE ***
-
-- field, omega... come ring?
-
-*)