about summary refs log tree commit diff stats
path: root/018type_abbreviations.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-11 18:17:51 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-11 18:17:51 -0700
commit04bdc9de85c0d55d7eb49dd06c4be5ec48333608 (patch)
treef2e58cc675e4066e4e410e9d65dd7b2b884dcda2 /018type_abbreviations.cc
parent555d95c1684c39937d0950b482413674618d92a3 (diff)
downloadmu-04bdc9de85c0d55d7eb49dd06c4be5ec48333608.tar.gz
3328
Diffstat (limited to '018type_abbreviations.cc')
-rw-r--r--018type_abbreviations.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/018type_abbreviations.cc b/018type_abbreviations.cc
index 60044a28..82f5c1ca 100644
--- a/018type_abbreviations.cc
+++ b/018type_abbreviations.cc
@@ -8,7 +8,6 @@ def main [
 +run: {a: "number"} <- copy {34: "literal"}
 
 //:: Allow type abbreviations to be defined in mu code.
-//: For now you can't use abbreviations inside abbreviations.
 
 :(before "End Globals")
 map<string, type_tree*> Type_abbreviations, Type_abbreviations_snapshot;