From 48672ac53a3157a8e7abe9e48b1977d4b62d8c8c Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 23 Jan 2017 16:18:01 -0500 Subject: Fix a typo --- src/Reflection/ExprInversion.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Reflection/ExprInversion.v b/src/Reflection/ExprInversion.v index 6a44a87aa..0cb35f4b7 100644 --- a/src/Reflection/ExprInversion.v +++ b/src/Reflection/ExprInversion.v @@ -143,7 +143,7 @@ Ltac invert_expr_subst_step := | _ => progress subst | [ H : invert_Var ?e = Some _ |- _ ] => apply invert_Var_Some in H | [ H : invert_Op ?e = Some _ |- _ ] => apply invert_Op_Some in H - | [ H : invert_LetIn ?e = Some _ |- _ ] => apply invert_LetIn in H + | [ H : invert_LetIn ?e = Some _ |- _ ] => apply invert_LetIn_Some in H | [ H : invert_Pair ?e = Some _ |- _ ] => apply invert_Pair_Some in H | [ H : invert_Abs ?e = _ |- _ ] => apply invert_Abs_Some in H | [ H : invert_Return ?e = _ |- _ ] => apply invert_Return_Some in H -- cgit v1.2.3