mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 05:11:46 +03:00
hoon: remove unused $links
done for future-proofing purposes - don't want to presume how they will get used in the future
This commit is contained in:
parent
0ed484a6ef
commit
4afdfdb689
@ -6304,19 +6304,12 @@
|
|||||||
+$ foot $% [%dry p=hoon] :: dry arm, geometric
|
+$ foot $% [%dry p=hoon] :: dry arm, geometric
|
||||||
[%wet p=hoon] :: wet arm, generic
|
[%wet p=hoon] :: wet arm, generic
|
||||||
== ::
|
== ::
|
||||||
::TODO: only add %plan since otherwise we might need a migration
|
|
||||||
::in the future. leave the others in another branch for future
|
|
||||||
::recollection
|
|
||||||
+$ link :: lexical segment
|
+$ link :: lexical segment
|
||||||
$% [%chat p=term] :: |chapter
|
$% [%chat p=term] :: |chapter
|
||||||
[%cone p=aura q=atom] :: %constant
|
[%cone p=aura q=atom] :: %constant
|
||||||
[%frag p=term] :: .face
|
[%frag p=term] :: .face
|
||||||
[%funk p=term] :: +arm
|
[%funk p=term] :: +arm
|
||||||
[%plan p=term] :: $spec
|
[%plan p=term] :: $spec
|
||||||
[%core p=term] :: ^core
|
|
||||||
[%door p=term] :: _door
|
|
||||||
[%gate p=term] :: =gate
|
|
||||||
[%path p=term] :: /path
|
|
||||||
== ::
|
== ::
|
||||||
+$ cuff (list link) :: parsed lex segments
|
+$ cuff (list link) :: parsed lex segments
|
||||||
+$ crib [summary=cord details=(list sect)] ::
|
+$ crib [summary=cord details=(list sect)] ::
|
||||||
@ -11691,10 +11684,6 @@
|
|||||||
:- '+' ;~(pfix lus (stag %funk sym))
|
:- '+' ;~(pfix lus (stag %funk sym))
|
||||||
:- '$' ;~(pfix buc (stag %plan sym))
|
:- '$' ;~(pfix buc (stag %plan sym))
|
||||||
:- '%' ;~(pfix cen (stag %cone bisk:so))
|
:- '%' ;~(pfix cen (stag %cone bisk:so))
|
||||||
:- '^' ;~(pfix ket (stag %core sym))
|
|
||||||
:- '_' ;~(pfix cab (stag %door sym))
|
|
||||||
:- '=' ;~(pfix tis (stag %gate sym))
|
|
||||||
:- '/' ;~(pfix fas (stag %path sym))
|
|
||||||
==
|
==
|
||||||
--
|
--
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user