aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/extension.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-12 02:29:28 -0400
committerEduardo Julian2022-06-12 02:29:28 -0400
commit9c21fd1f33eb52fb971d493ad21a67036d68b841 (patch)
tree525d0f841edfa94645317ac905cb69c8a7983a5c /stdlib/source/library/lux/extension.lux
parentb48ea68a83d01903554c7696c77eedaaf1035680 (diff)
Re-named the "poly" hierarchy to "polytypic".
Diffstat (limited to 'stdlib/source/library/lux/extension.lux')
-rw-r--r--stdlib/source/library/lux/extension.lux7
1 files changed, 5 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/extension.lux b/stdlib/source/library/lux/extension.lux
index ffe7a4a78..90033a988 100644
--- a/stdlib/source/library/lux/extension.lux
+++ b/stdlib/source/library/lux/extension.lux
@@ -6,7 +6,6 @@
[control
["<>" parser (.open: "[1]#[0]" monad)
["<c>" code (.only Parser)]
- ["<a>" analysis]
["<s>" synthesis]]]
[data
["[0]" product]
@@ -17,7 +16,11 @@
["[0]" code]]
[tool
[compiler
- ["[0]" phase]]]]])
+ ["[0]" phase]
+ [language
+ [lux
+ [analysis
+ ["<a>" \\parser]]]]]]]])
(type: Declaration
(Record