@@ -562,25 +562,6 @@ let process_apply_bwd ~implicits mode (ff : ppterm) (tc : tcenv1) =
562562 with (EcLowGoal.Apply. NoInstance _ ) as err ->
563563 tc_error_exn !! tc err
564564
565- (* -------------------------------------------------------------------- *)
566- let process_exacttype qs (tc : tcenv1 ) =
567- let env, hyps, _ = FApi. tc1_eflat tc in
568- let p =
569- try EcEnv.Ax. lookup_path (EcLocation. unloc qs) env
570- with LookupFailure cause ->
571- tc_error !! tc " %a" EcEnv. pp_lookup_failure cause
572- in
573- let tys =
574- List. map (fun a -> EcTypes. tvar a)
575- (EcEnv.LDecl. tohyps hyps).h_tvar in
576- let pt = ptglobal ~tys p in
577-
578- try
579- EcLowGoal. t_apply pt tc
580- with InvalidGoalShape ->
581- let ppe = EcPrinting.PPEnv. ofenv env in
582- tc_error !! tc " cannot apply %a@." (EcPrinting. pp_axname ppe) p
583-
584565(* -------------------------------------------------------------------- *)
585566let process_apply_fwd ~implicits (pe , hyp ) tc =
586567 let module E = struct exception NoInstance end in
@@ -2048,9 +2029,6 @@ let process_apply ~implicits ((infos, orv) : apply_t * prevert option) tc =
20482029 | `Alpha pe ->
20492030 process_apply_bwd ~implicits `Alpha pe tc
20502031
2051- | `ExactType qs ->
2052- process_exacttype qs tc
2053-
20542032 | `Top mode ->
20552033 let tc = process_apply_top tc in
20562034 if mode = `Exact then t_onall process_done tc else tc
0 commit comments