From 1331d75b5d44c6dca4b0caf9349502d770368758 Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Wed, 17 Feb 2016 15:30:41 +0100 Subject: [PATCH] Remove unused f_lia tactics. --- theories/tactics.v | 7 ------- 1 file changed, 7 deletions(-) diff --git a/theories/tactics.v b/theories/tactics.v index 0d2cabaf..6a9a7acd 100644 --- a/theories/tactics.v +++ b/theories/tactics.v @@ -204,13 +204,6 @@ Ltac simplify_equality := repeat end. Ltac simplify_equality' := repeat (progress csimpl in * || simplify_equality). Ltac f_equal' := csimpl in *; f_equal. -Ltac f_lia := - repeat lazymatch goal with - | |- @eq BinNums.Z _ _ => lia - | |- @eq nat _ _ => lia - | |- _ => f_equal - end. -Ltac f_lia' := csimpl in *; f_lia. Ltac setoid_subst_aux R x := match goal with -- GitLab