mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 09:21:42 +03:00
a5d661f2d1
Switch a bunch of .hoon files in /mar from using the old `{}` syntax for specifying argument types, to the newer `[argname=argtype]` syntax.
30 lines
480 B
Plaintext
30 lines
480 B
Plaintext
::
|
|
:::: /hoon/mime/mar
|
|
::
|
|
/? 310
|
|
::
|
|
^|
|
|
|_ own/mime
|
|
++ grow
|
|
^?
|
|
|%
|
|
++ jam `@`q.q.own
|
|
--
|
|
::
|
|
++ grab :: convert from
|
|
^?
|
|
|%
|
|
+$ noun mime :: clam from %noun
|
|
++ tape
|
|
|=(a=^tape [/application/x-urb-unknown (as-octt:mimes:html a)])
|
|
--
|
|
++ grad
|
|
^?
|
|
|%
|
|
++ form %mime
|
|
++ diff |=(mime +<)
|
|
++ pact |=(mime +<)
|
|
++ join |=({mime mime} `(unit mime)`~)
|
|
--
|
|
--
|