From 4f961d60747624d6219ad39e52222b57826872f4 Mon Sep 17 00:00:00 2001 From: Raymond Pasco Date: Thu, 8 Oct 2015 19:35:33 -0400 Subject: [PATCH] Correct off by one in ++gulf --- arvo/hoon.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arvo/hoon.hoon b/arvo/hoon.hoon index 14c1d8a6d7..732e0b69e5 100644 --- a/arvo/hoon.hoon +++ b/arvo/hoon.hoon @@ -2222,7 +2222,7 @@ (a b c) :: ++ gulf :: range list - |=([a=@ b=@] `(list ,@)`?:(=(a b) ~ [a $(a +(a))])) + |=([a=@ b=@] `(list ,@)`?:(=(a +(b)) ~ [a $(a +(a))])) :: ++ hard :: force coerce to type |* han=$+(* *)