aboutsummaryrefslogtreecommitdiffhomepage
path: root/std/Char.bruijn
diff options
context:
space:
mode:
Diffstat (limited to 'std/Char.bruijn')
-rw-r--r--std/Char.bruijn4
1 files changed, 3 insertions, 1 deletions
diff --git a/std/Char.bruijn b/std/Char.bruijn
index a10f304..fc517b3 100644
--- a/std/Char.bruijn
+++ b/std/Char.bruijn
@@ -2,5 +2,7 @@
:input std/Number/Binary
+:import std/Number/Conversion .
+
# converts a char to a balanced ternary number
-number! [ternary! (0 - '0')] ⧗ Char → Number
+number! [binary→ternary (0 - '0')] ⧗ Char → Number