diff options
author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-17 00:04:53 +0200 |
---|---|---|
committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-17 00:10:56 +0200 |
commit | 0d6f77762d1697ea41b190e550f94e459079e3d1 (patch) | |
tree | 6bbf235e27451a97afca4296a53730411722fb5e /src/Data/Array/Mixed | |
parent | 7bc9bc6ddbcee4f4193d5c79db92186f12ce3eb2 (diff) |
Eliminate the dependency cycle of Lemmas modules
Diffstat (limited to 'src/Data/Array/Mixed')
-rw-r--r-- | src/Data/Array/Mixed/Lemmas.hs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Data/Array/Mixed/Lemmas.hs b/src/Data/Array/Mixed/Lemmas.hs index ded6af5..e6d970c 100644 --- a/src/Data/Array/Mixed/Lemmas.hs +++ b/src/Data/Array/Mixed/Lemmas.hs @@ -17,15 +17,6 @@ import Data.Array.Nested.Permutation import Data.Array.Nested.Types --- * Reasoning helpers - -subst1 :: forall f a b. a :~: b -> f a :~: f b -subst1 Refl = Refl - -subst2 :: forall f c a b. a :~: b -> f a c :~: f b c -subst2 Refl = Refl - - -- * Lemmas -- ** Nat |