aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Sozeau2018-08-15 14:02:03 +0200
committerMatthieu Sozeau2019-02-08 11:14:09 +0100
commitaf9b88c253b578ad53ee884ff3102d0a74056a1e (patch)
treee1ce6c0a24ab793c161586009d3fb9533dc540fb
parent5f05bb81c2de54d31887b276d0f127455dd83815 (diff)
Fix indentation (removing tabs)
-rw-r--r--proofs/goal.ml8
1 files changed, 4 insertions, 4 deletions
diff --git a/proofs/goal.ml b/proofs/goal.ml
index 2104eefa66..e5688fe730 100644
--- a/proofs/goal.ml
+++ b/proofs/goal.ml
@@ -58,11 +58,11 @@ module V82 = struct
created. *)
let prev_future_goals = Evd.save_future_goals evars in
let evi = { Evd.evar_hyps = hyps;
- Evd.evar_concl = concl;
- Evd.evar_filter = Evd.Filter.identity;
+ Evd.evar_concl = concl;
+ Evd.evar_filter = Evd.Filter.identity;
Evd.evar_abstract_arguments = Evd.Abstraction.identity;
- Evd.evar_body = Evd.Evar_empty;
- Evd.evar_source = (Loc.tag Evar_kinds.GoalEvar);
+ Evd.evar_body = Evd.Evar_empty;
+ Evd.evar_source = (Loc.tag Evar_kinds.GoalEvar);
Evd.evar_candidates = None }
in
let (evars, evk) = Evarutil.new_pure_evar_full evars ~typeclass_candidate:false evi in