aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/compiler/synthesis/case.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/language/compiler/synthesis/case.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/lux/language/compiler/synthesis/case.lux b/stdlib/source/lux/language/compiler/synthesis/case.lux
index 092424ec8..10c41d428 100644
--- a/stdlib/source/lux/language/compiler/synthesis/case.lux
+++ b/stdlib/source/lux/language/compiler/synthesis/case.lux
@@ -4,13 +4,13 @@
pipe
[monad (#+ do)])
(data [product]
- [bool "bool/" Equivalence<Bool>]
- [text "text/" Equivalence<Text>]
+ [bool ("bool/" Equivalence<Bool>)]
+ [text ("text/" Equivalence<Text>)]
text/format
- [number "frac/" Equivalence<Frac>]
- (collection [list "list/" Fold<List> Monoid<List>])))
+ [number ("frac/" Equivalence<Frac>)]
+ (collection [list ("list/" Fold<List> Monoid<List>)])))
[///reference]
- [///compiler (#+ Operation) "operation/" Monad<Operation>]
+ [///compiler (#+ Operation) ("operation/" Monad<Operation>)]
[///analysis (#+ Pattern Match Analysis)]
[// (#+ Path Synthesis)]
[//function])