about summary refs log tree commit diff stats
path: root/cpp/031address
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/031address')
-rw-r--r--cpp/031address1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/031address b/cpp/031address
index 801459f6..e3f31869 100644
--- a/cpp/031address
+++ b/cpp/031address
@@ -32,6 +32,7 @@ x = canonize(x);
 
 :(code)
 reagent canonize(reagent x) {
+  if (isa_literal(x)) return x;
 //?   cout << "canonize\n"; //? 1
   reagent r = x;
 //?   cout << x.to_string() << " => " << r.to_string() << '\n'; //? 1