From b2566a847948ba808d4ca93d02bcc62ee6487255 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 2 Feb 2016 09:59:40 -0800 Subject: 2625 --- html/031address.cc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/031address.cc.html') diff --git a/html/031address.cc.html b/html/031address.cc.html index e039b331..a2da3614 100644 --- a/html/031address.cc.html +++ b/html/031address.cc.html @@ -106,9 +106,9 @@ recipe foo [ ] # don't crash -:(after "bool types_strictly_match(reagent lhs, reagent rhs)") - if (!canonize_type(lhs)) return false; - if (!canonize_type(rhs)) return false; +:(after "bool types_strictly_match(reagent to, reagent from)") + if (!canonize_type(to)) return false; + if (!canonize_type(from)) return false; :(after "bool is_mu_array(reagent r)") if (!canonize_type(r)) return false; -- cgit 1.4.1-2-gfad0 22div.cc'>
path: root/022div.cc
blob: 15ed89d83d847d4e8b35ce9c3ffe5655f58bc82f (plain) (tree)
1
2
3
4
5
6
7
8
9