diff options
author | Isaac Dupree <id@isaac.cedarswampstudios.org> | 2009-08-18 02:11:05 +0000 |
---|---|---|
committer | Isaac Dupree <id@isaac.cedarswampstudios.org> | 2009-08-18 02:11:05 +0000 |
commit | 9e81f6efcdb3b034e15de394b138118d9c62b499 (patch) | |
tree | 55bdec345298c316528d7e700c599972626b9f67 /tests | |
parent | eb1892c10a113d4d98e45ddb5da33b7f2c36e2d9 (diff) |
switch AttachInstances to use synify code
It changed an instance from showing ((,) a b) to (a, b)
because my synify code is more sophisticated; I hope the latter
is a good thing rather than a bad thing aesthetically, here.
But this definitely reduces code duplication!
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tests/Hash.html.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests/Hash.html.ref b/tests/tests/Hash.html.ref index 140e929c..36dbfb0d 100644 --- a/tests/tests/Hash.html.ref +++ b/tests/tests/Hash.html.ref @@ -476,7 +476,7 @@ >Hash</A > b) => <A HREF="Hash.html#t%3AHash" >Hash</A -> ((,) a b)</TD +> (a, b)</TD ></TR ></TABLE ></DIV |