aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/control/parser/type.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/control/parser/type.lux26
1 files changed, 13 insertions, 13 deletions
diff --git a/stdlib/source/documentation/lux/control/parser/type.lux b/stdlib/source/documentation/lux/control/parser/type.lux
index 8d0a45401..331f109de 100644
--- a/stdlib/source/documentation/lux/control/parser/type.lux
+++ b/stdlib/source/documentation/lux/control/parser/type.lux
@@ -1,14 +1,14 @@
(.using
- [library
- [lux {"-" local function}
- ["$" documentation {"+" documentation:}]
- [data
- [text {"+" \n}
- ["%" format {"+" format}]]]
- [macro
- ["[0]" template]]]]
- [\\library
- ["[0]" /]])
+ [library
+ [lux {"-" local function}
+ ["$" documentation {"+" documentation:}]
+ [data
+ [text {"+" \n}
+ ["%" format {"+" format}]]]
+ [macro
+ ["[0]" template]]]]
+ [\\library
+ ["[0]" /]])
(documentation: /.Env
"An environment for type parsing.")
@@ -74,9 +74,9 @@
""
[(adjusted_idx env idx)])
-(documentation: /.parameter!
+(documentation: /.this_parameter
""
- [(parameter! id)])
+ [(this_parameter id)])
(documentation: /.existential
"Yields an existential type.")
@@ -115,7 +115,7 @@
..super
..adjusted_idx
- ..parameter!
+ ..this_parameter
..existential
..named
..recursive