Closed death closed 9 months ago
Function find-template may return a pathname (the result of uiop:file-exists-p when passed a pathname that designates an existing file), but the ftype declaration in specials.lisp claims that the return type is (or string null).
find-template
uiop:file-exists-p
specials.lisp
(or string null)
Adjusted. Thanks for reporting.
Function
find-template
may return a pathname (the result ofuiop:file-exists-p
when passed a pathname that designates an existing file), but the ftype declaration inspecials.lisp
claims that the return type is(or string null)
.