mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 19:46:50 +03:00
Correct off by one in ++gulf
This commit is contained in:
parent
faf75786ba
commit
4f961d6074
@ -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=$+(* *)
|
||||
|
Loading…
Reference in New Issue
Block a user