loc: drop unused [type loc := t] in Error sig and unused [err_unexp]
Warnings 34 and 32, respectively. [type loc := t] in the Error module
is never referenced — the Meta module has a similar line that IS used
(Meta.make etc. return [loc]), so that one stays. [err_unexp] in
Path.parse was declared but never called from within the same module.