From 37aef854206076a42c26cc021c97bb2c334b9424 Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Mon, 18 Mar 2024 16:52:23 -0500 Subject: Remove with-abstractions --- FinMerge.agda | 45 ++++++++++++++++++++++++++++++++------------- 1 file changed, 32 insertions(+), 13 deletions(-) (limited to 'FinMerge.agda') diff --git a/FinMerge.agda b/FinMerge.agda index c62fe14..c75e982 100644 --- a/FinMerge.agda +++ b/FinMerge.agda @@ -4,10 +4,10 @@ module FinMerge where open import Data.Empty using (⊥-elim) open import Data.Fin using (Fin; fromℕ<; toℕ; #_) open import Data.Fin.Properties using (¬Fin0) -open import Data.Nat using (ℕ; _+_; _≤_; _<_ ; z