From 9c50a1b5b1230dd77d0c772c5d89df2f77c25c65 Mon Sep 17 00:00:00 2001 From: "C. Guy Yarvin" Date: Fri, 18 Oct 2013 23:30:43 -0700 Subject: [PATCH] Some small fixes. --- arvo/clay.hoon | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arvo/clay.hoon b/arvo/clay.hoon index 51ca94f87d..ddf68a2370 100644 --- a/arvo/clay.hoon +++ b/arvo/clay.hoon @@ -156,8 +156,10 @@ | =+ mot=`moat`p.q.i.xiq %+ hunt - ?.(&(?=(%da -.p.mot) (lth now p.p.mot)) ~ [~ p.p.mot]) - ?.(&(?=(%da -.q.mot) (lth now p.q.mot)) ~ [~ p.q.mot]) + ?. ?=(%da -.p.mot) ~ + ?.((lth now p.p.mot) ~ [~ p.p.mot]) + ?. ?=(%da -.q.mot) ~ + ?.((lth now p.q.mot) [~ now] [~ p.q.mot]) == $(xiq t.xiq, nex (hunt nex zis)) ::