aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.