mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 00:13:12 +03:00
hoon: add %dict tag to %spec for doccords
This commit is contained in:
parent
8cb392fbba
commit
d0b8d284ce
@ -6338,6 +6338,7 @@
|
||||
$~ [%base %null] ::
|
||||
$% [%base p=base] :: base type
|
||||
[%dbug p=spot q=spec] :: set debug
|
||||
[%dict p=help q=spec] :: formal comment
|
||||
[%leaf p=term q=@] :: constant atom
|
||||
[%like p=wing q=(list wing)] :: reference
|
||||
[%loop p=term] :: hygienic reference
|
||||
@ -7557,6 +7558,7 @@
|
||||
?- -.mod
|
||||
%base ?.(?=([%atom *] p.mod) ~ ?:(=(%$ p.p.mod) `%atom `p.p.mod))
|
||||
%dbug $(mod q.mod)
|
||||
%dict $(mod q.mod)
|
||||
%leaf `p.mod
|
||||
%loop `p.mod
|
||||
%like ?~(p.mod ~ ?^(i.p.mod ?:(?=(%& -.i.p.mod) ~ q.i.p.mod) `i.p.mod))
|
||||
@ -7754,6 +7756,7 @@
|
||||
(~(put by ^+(cox (~(uni by cox) q.mod))) %$ p.mod)
|
||||
==
|
||||
[%dbug *] [%dbug p.mod $(mod q.mod)]
|
||||
[%dict *] $(mod q.mod)
|
||||
[%leaf *] [%rock p.mod q.mod]
|
||||
[%loop *] ~|([%loop p.mod] $(mod (~(got by cox) p.mod)))
|
||||
[%like *] $(mod bcmc/(unreel p.mod q.mod))
|
||||
@ -7812,6 +7815,7 @@
|
||||
::
|
||||
[%base *] (decorate (basal p.mod))
|
||||
[%dbug *] example(mod q.mod, bug [p.mod bug])
|
||||
[%dict *] example(mod q.mod, nut `help/p.mod)
|
||||
[%leaf *] (decorate [%rock p.mod q.mod])
|
||||
[%like *] example(mod bcmc/(unreel p.mod q.mod))
|
||||
[%loop *] [%limb p.mod]
|
||||
@ -8002,6 +8006,11 @@
|
||||
[%dbug *]
|
||||
relative(mod q.mod, bug [p.mod bug])
|
||||
::
|
||||
:: formal comment
|
||||
::
|
||||
[%dict *]
|
||||
relative(mod q.mod, nut `help/p.mod)
|
||||
::
|
||||
:: constant
|
||||
::
|
||||
[%leaf *]
|
||||
|
Loading…
Reference in New Issue
Block a user