urbit/pkg
Philip Monk 4d0e77a6b2
dojo: add a better function printer
It's useful to know what a function takes and produces, so this changes the autocomplete type prettyprinter to emphasize those.  This also gives a nice syntax for molds.  Examples:

```
-----
add  {a/@ b/@} -> @
~zod:dojo> add
-----
term  * -> @tas
~zod:dojo> term
-----
sign-transaction  {tx/{nonce/@ud gas-price/@ud gas/@ud to/@ux value/@ud data/@ux chain-id/@ux} pk/@} -> @ux
~zod:dojo> sign-transaction🔑ethereum
-----
wind  {a/(* -> *) b/(* -> *)} -> * -> ?({$give p/*} {$pass p// q/*} {$slip p/*})
~zod:dojo> wind
```
2019-10-31 13:56:20 -07:00
..
arvo dojo: add a better function printer 2019-10-31 13:56:20 -07:00
ent Add 'pkg/ent/' from commit '31ac2913f14c6f7631f5792ad942605fb2d9fb87' 2019-03-04 16:49:14 -08:00
ge-additions Makefile needs CFLAGS. 2019-06-24 15:58:51 -07:00
herb updates herb to support application/octet-stream with content-disposition 2019-08-05 16:34:37 -07:00
interface publish: correctly set title and body when navigating with next/prev 2019-10-25 15:29:51 -07:00
urbit vere: change default bootstrap pill URI 2019-10-24 09:42:30 +08:00