about summary refs log tree commit diff stats
path: root/061text.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-12 23:06:37 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-12 23:06:37 -0700
commit17ec401647b89ed5b34974bf327d9c91fc29b7a4 (patch)
tree2236c9abba76e7858d7e922cd11022f944e2b5dd /061text.mu
parentdb01afa844004406da3a6ab9b306219c807e057e (diff)
downloadmu-17ec401647b89ed5b34974bf327d9c91fc29b7a4.tar.gz
3344
Diffstat (limited to '061text.mu')
-rw-r--r--061text.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/061text.mu b/061text.mu
index 5e3f798a..771d5b17 100644
--- a/061text.mu
+++ b/061text.mu
@@ -1,5 +1,4 @@
 # Some useful helpers for dealing with text (arrays of characters)
-type text = address:array:character
 
 def equal a:text, b:text -> result:boolean [
   local-scope