aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/compiler/default/repl/type.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/language/compiler/default/repl/type.lux')
-rw-r--r--stdlib/source/lux/language/compiler/default/repl/type.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/language/compiler/default/repl/type.lux b/stdlib/source/lux/language/compiler/default/repl/type.lux
index 635624e67..2af590c4b 100644
--- a/stdlib/source/lux/language/compiler/default/repl/type.lux
+++ b/stdlib/source/lux/language/compiler/default/repl/type.lux
@@ -38,7 +38,7 @@
(~~ (do-template [<type> <formatter>]
[(do p.Monad<Parser>
- [_ (poly.similar <type>)]
+ [_ (poly.sub <type>)]
(wrap (|>> (:coerce <type>) <formatter>)))]
[Bit %b]
@@ -53,7 +53,7 @@
(`` ($_ p.either
(~~ (do-template [<type> <formatter>]
[(do p.Monad<Parser>
- [_ (poly.similar <type>)]
+ [_ (poly.sub <type>)]
(wrap (|>> (:coerce <type>) <formatter>)))]
[Type %type]