about summary refs log tree commit diff stats
path: root/sandbox/011-errors.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-13 23:49:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-13 23:49:17 -0700
commit726d322b8f86da6422a893a3c922b19b71367185 (patch)
treeb763523f94aa588c11fcdd0967bcaee5d282eef8 /sandbox/011-errors.mu
parent431bbb1aa7944c5b67fa25d833d7ca992f72511d (diff)
downloadmu-726d322b8f86da6422a893a3c922b19b71367185.tar.gz
3347
Done using 'text' type abbreviation everywhere.

There's still a problem. If we define a function with a type
abbreviation and then redefine it without, I think we end up creating
separate variants. That seems wrong. Let's isolate a scenario for that
next.
Diffstat (limited to 'sandbox/011-errors.mu')
-rw-r--r--sandbox/011-errors.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/011-errors.mu b/sandbox/011-errors.mu
index 17e7982f..f30eeafc 100644
--- a/sandbox/011-errors.mu
+++ b/sandbox/011-errors.mu
@@ -6,7 +6,7 @@ container programming-environment-data [
 
 # copy code from recipe editor, persist, load into mu, save any errors
 # test-recipes is a hook for testing
-def! update-recipes env:address:programming-environment-data, screen:address:screen, test-recipes:address:array:character -> errors-found?:boolean, env:address:programming-environment-data, screen:address:screen [
+def! update-recipes env:address:programming-environment-data, screen:address:screen, test-recipes:text -> errors-found?:boolean, env:address:programming-environment-data, screen:address:screen [
   local-scope
   load-ingredients
   {