diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-23 09:54:18 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-23 09:59:10 -0400 |
| commit | 63b3321c62dabec3665756704eaceaed22eb5b4a (patch) | |
| tree | 7579e8dd4d7c0b3353427b3ef46653bb250ee42d /doc/types.md | |
| parent | 69a970243bc59c3b7b2706a9b32cceb0bda7512c (diff) | |
Rename SVG to GEN since really it makes arbitrary HTML
Diffstat (limited to 'doc/types.md')
| -rw-r--r-- | doc/types.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/types.md b/doc/types.md index feef755e..51a9b9f8 100644 --- a/doc/types.md +++ b/doc/types.md @@ -13,7 +13,7 @@ BQN supports the following fundamental types: The first three types are called *data types*, and the rest are *operation types*. The array is the only *compound type*; the other types are *atomic types* and values of these types are called *atoms*. The fact that an array is only one type of many is common in modern programming languages but a novelty in the APL family. This decision is discussed in the page on [based array theory](based.md). -<!--SVG +<!--GEN types ← ⍉"Number"‿"Character"‿"Array"≍"Function"‿"1-modifier"‿"2-modifier" sh ← ≢ types p ← 64‿38 |
