aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-05-27 23:10:20 +0200
committerTom Smeding <tom@tomsmeding.com>2025-05-27 23:10:20 +0200
commit616795147cd6ff20b9cfd878d0cc8beda2ab85ee (patch)
tree11e41f71e9ff712f168fde295657150b233d8fbc
parent01d97e1ee98a2c4d47641b2d09195477e57326e0 (diff)
README: more accurate
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a9d9599..13eb9fd 100644
--- a/README.md
+++ b/README.md
@@ -152,4 +152,5 @@ newtype Shaped sh a = Shaped (Mixed (MapJust sh) a)
About the name: when importing `orthotope` array modules, a possible naming
convention is to use qualified imports as `OR` for "orthotope ranked" arrays and
-`OS` for "orthotope shaped" arrays. ox-arrays exists to fill the `OX` gap.
+`OS` for "orthotope shaped" arrays. ox-arrays was started to fill the `OX` gap,
+then grew out of proportion.