mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 20:31:40 +03:00
Use ^-
instead of ;;
because to save resources (and cleaner)
This commit is contained in:
parent
34328a0ac3
commit
55c3fedcfa
@ -63,7 +63,7 @@
|
||||
[where which ^when]
|
||||
==
|
||||
++ read
|
||||
;; (map [ship dude path] [fail=? rock:lake])
|
||||
^- (map [ship dude paths] [fail=? rock:lake])
|
||||
%- ~(run by sub)
|
||||
|= =flow
|
||||
[fail rock]:flow
|
||||
@ -225,7 +225,7 @@
|
||||
tide(wav (lot:wav wav.tide (bind (ram:rok rok.tide) |=([r=@ *] (dec r))) ~))
|
||||
::
|
||||
++ read
|
||||
;; (map path rock:lake)
|
||||
^- (map paths rock:lake)
|
||||
%- ~(run by pub)
|
||||
|= =tide
|
||||
=< rock
|
||||
|
Loading…
Reference in New Issue
Block a user