aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/type/variance.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/type/variance.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/type/variance.lux b/stdlib/source/lux/type/variance.lux
index 4ffe94780..863824e59 100644
--- a/stdlib/source/lux/type/variance.lux
+++ b/stdlib/source/lux/type/variance.lux
@@ -1,11 +1,11 @@
(.module:
[lux #*])
-(type: #export (CoV t)
+(type: #export (Co t)
(-> Any t))
-(type: #export (ContraV t)
+(type: #export (Contra t)
(-> t Any))
-(type: #export (InV t)
+(type: #export (In t)
(-> t t))