diff options
Diffstat (limited to '031address.cc')
-rw-r--r-- | 031address.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/031address.cc b/031address.cc index 052eec37..a42965fe 100644 --- a/031address.cc +++ b/031address.cc @@ -27,7 +27,7 @@ x = canonize(x); :(code) reagent canonize(reagent x) { - if (isa_literal(x)) return x; + if (is_literal(x)) return x; //? cout << "canonize\n"; //? 1 reagent r = x; //? cout << x.to_string() << " => " << r.to_string() << '\n'; //? 1 |