about summary refs log tree commit diff stats
path: root/056recipe_header.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-28 22:48:57 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-28 22:48:57 -0800
commit8a70ff4d9745a022e1833c1a111fd33831c723c9 (patch)
treefc6436ea1be3f8345d84c49bd31aca96e3d75daa /056recipe_header.cc
parentf78f1907a1b58720eaef83f19c0f41387159774d (diff)
downloadmu-8a70ff4d9745a022e1833c1a111fd33831c723c9.tar.gz
2499 - done reorganizing transforms
Diffstat (limited to '056recipe_header.cc')
-rw-r--r--056recipe_header.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/056recipe_header.cc b/056recipe_header.cc
index ac1ca37e..b0d1d0ca 100644
--- a/056recipe_header.cc
+++ b/056recipe_header.cc
@@ -133,7 +133,7 @@ recipe add2 x:number, y:number -> z:number [
 ]
 +error: add2: replied with the wrong type at 'reply z'
 
-:(after "Transform.push_back(check_types_by_name)")
+:(before "End Type Modifying Transforms")
 Transform.push_back(check_reply_instructions_against_header);  // idempotent
 
 :(code)