From 2860413be3d4155adfbc31249fda8ed90fd65c6d Mon Sep 17 00:00:00 2001 From: Gavin Whelan Date: Wed, 9 Apr 2014 16:25:11 -0700 Subject: [PATCH] Fixing breakage from reformatting --- arvo/hoon.hoon | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arvo/hoon.hoon b/arvo/hoon.hoon index 70eba86cd..6ca8f4d17 100644 --- a/arvo/hoon.hoon +++ b/arvo/hoon.hoon @@ -2147,6 +2147,7 @@ ++ bet ;~(pose (cold 2 hep) (cold 3 lus)) ++ bin (bass 2 (most gon but)) ++ but (cook |=(a=@ (sub a '0')) (shim '0' '1')) +++ cit (cook |=(a=@ (sub a '0')) (shim '0' '7')) ++ dem (bass 10 (most gon dit)) ++ dit (cook |=(a=@ (sub a '0')) (shim '0' '9')) ++ gul ;~(pose (cold 2 gal) (cold 3 gar)) @@ -3024,11 +3025,11 @@ (cold [%eith a %empt] wut) (cold [%mant a] tar) (cold [%plls a] lus) - (stag %betl ;~(plug (easy a) ;~(sfix rang wut)) + (stag %betl ;~(plug (easy a) ;~(sfix rang wut))) (stag %betw ;~(plug (easy a) rang)) (stag %binl ;~(plug (easy a) (ifix [kel (jest ',}?')] dim:ag))) (stag %bant ;~(plug (easy a) (ifix [kel (jest '}?')] dim:ag))) - (stag %bant ;~(plug (easy a) (ifix [kel ker)] dim:ag))) + (stag %bant ;~(plug (easy a) (ifix [kel ker] dim:ag))) (stag %bint ;~(plug (easy a) (ifix [kel (jest ',}')] dim:ag))) (easy a) == @@ -3166,6 +3167,7 @@ ;~(plug next cape) (cook |=(a=char (tape [a ~])) next) (full (easy ~)) + == :: ++ lower (ranc 'a' 'z') ++ upper (ranc 'A' 'Z')