special-path? ( path -- rest ? )


Vocabulary
io.pathnames.private

Inputs
pathan object


Outputs
restan object
?an object


Definition


: special-path? ( path -- rest ? )
{
{ [ "resource:" ?head ] [ t ] }
{ [ "vocab:" ?head ] [ t ] }
[ f ]
} cond ;