aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/type/quotient.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/type/quotient.lux19
1 files changed, 10 insertions, 9 deletions
diff --git a/stdlib/source/lux/type/quotient.lux b/stdlib/source/lux/type/quotient.lux
index 99e750a93..5fd91f5f0 100644
--- a/stdlib/source/lux/type/quotient.lux
+++ b/stdlib/source/lux/type/quotient.lux
@@ -1,13 +1,14 @@
(.module:
- [lux (#- type)]
- (lux (control [monad (#+ do)]
- ["p" parser])
- (data ["e" error (#+ Error)])
- (language [type])
- (type abstract)
- [macro]
- (macro ["s" syntax (#+ syntax:)]
- [poly])))
+ [lux (#- type)
+ [control
+ [monad (#+ do)]
+ ["p" parser]]
+ [data ["e" error (#+ Error)]]
+ [language [type]]
+ [type abstract]
+ ["." macro
+ ["s" syntax (#+ syntax:)]
+ [poly]]])
(abstract: #export (Class t c q)
{}