aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/compiler/analysis/case
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/language/compiler/analysis/case')
-rw-r--r--stdlib/source/lux/language/compiler/analysis/case/coverage.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/lux/language/compiler/analysis/case/coverage.lux b/stdlib/source/lux/language/compiler/analysis/case/coverage.lux
index 5c3ff1d72..24ded5476 100644
--- a/stdlib/source/lux/language/compiler/analysis/case/coverage.lux
+++ b/stdlib/source/lux/language/compiler/analysis/case/coverage.lux
@@ -5,16 +5,16 @@
["ex" exception (#+ exception:)]
equivalence]
[data
- [bit ("bit/" Equivalence<Bit>)]
+ [bit ("bit/." Equivalence<Bit>)]
["." number]
- ["e" error ("error/" Monad<Error>)]
+ ["e" error ("error/." Monad<Error>)]
["." maybe]
[text
format]
[collection
- ["." list ("list/" Fold<List>)]
+ ["." list ("list/." Fold<List>)]
["dict" dictionary (#+ Dictionary)]]]]
- ["." //// ("operation/" Monad<Operation>)]
+ ["." //// ("operation/." Monad<Operation>)]
["." /// (#+ Pattern Variant Operation)])
(def: cases
@@ -175,7 +175,7 @@
_
#0)))
-(open: "coverage/" Equivalence<Coverage>)
+(open: "coverage/." Equivalence<Coverage>)
## After determining the coverage of each individual pattern, it is
## necessary to merge them all to figure out if the entire