diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-05-17 10:05:53 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-05-17 10:53:27 +0200 |
commit | 7651e9662be2122e1c456bd80af0048327f874fb (patch) | |
tree | 8f338ea21479dd7937519865ec03f40233fe4365 /src | |
parent | ccbfa6fd2cd1225dfe9f0dc5a281437f3e302b15 (diff) |
Update doc comments in Lemmas
Diffstat (limited to 'src')
-rw-r--r-- | src/Data/Array/Nested/Lemmas.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Data/Array/Nested/Lemmas.hs b/src/Data/Array/Nested/Lemmas.hs index a3b20c6..8cac298 100644 --- a/src/Data/Array/Nested/Lemmas.hs +++ b/src/Data/Array/Nested/Lemmas.hs @@ -18,7 +18,7 @@ import Data.Array.Nested.Shaped.Shape import Data.Array.Nested.Types --- * Basic Lemmas (they don't mention shape types and don't require typing plugins) +-- * Lemmas about numbers and lists -- ** Nat @@ -83,7 +83,7 @@ lemKnownNatRankSSX ZKX = Dict lemKnownNatRankSSX (_ :!% ssh) | Dict <- lemKnownNatRankSSX ssh = Dict --- * Complex lemmas (they mention shape types) +-- * Lemmas about shapes -- ** Known shapes |