about summary refs log tree commit diff stats
path: root/057static_dispatch.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-10 20:24:03 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-10 20:24:03 -0800
commit17b90929307614a8691f680e5ada165fd5b4db53 (patch)
treed715cda8ca4b92555034c8a777b27e907e8a7f02 /057static_dispatch.cc
parent0fe9e1ffc78b2e116c011a268d4756b242c2109e (diff)
downloadmu-17b90929307614a8691f680e5ada165fd5b4db53.tar.gz
2421 - 'generic' => 'shape-shifting'
More evocative, less jargony.
Diffstat (limited to '057static_dispatch.cc')
-rw-r--r--057static_dispatch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/057static_dispatch.cc b/057static_dispatch.cc
index 27a9d32f..8b5fdea2 100644
--- a/057static_dispatch.cc
+++ b/057static_dispatch.cc
@@ -104,7 +104,7 @@ recipe test a:number, b:number -> z:number [
 +mem: storing 2 in location 7
 
 //: after insert_fragments (tangle) and before computing operation ids
-//: after filling in all missing types (because we'll be specializing generics here in a later layer)
+//: after filling in all missing types (because we'll be introducing 'blank' types in this transform in a later layer, for shape-shifting recipes)
 :(after "Transform.push_back(deduce_types_from_header)")
 Transform.push_back(resolve_ambiguous_calls);  // idempotent