one last sort-with-able straggler in fuel.xref
parent
97a515c04e
commit
f5edb8629f
|
@ -23,7 +23,7 @@ IN: fuel.xref
|
||||||
dup dup >vocab-link where normalize-loc 4array ;
|
dup dup >vocab-link where normalize-loc 4array ;
|
||||||
|
|
||||||
: sort-xrefs ( seq -- seq' )
|
: sort-xrefs ( seq -- seq' )
|
||||||
[ [ first ] dip first <=> ] sort ;
|
[ first ] sort-with ;
|
||||||
|
|
||||||
: format-xrefs ( seq -- seq' )
|
: format-xrefs ( seq -- seq' )
|
||||||
[ word? ] filter [ word>xref ] map ;
|
[ word? ] filter [ word>xref ] map ;
|
||||||
|
|
Loading…
Reference in New Issue