io.directories.search: use fry instead of curry in find-file.

windows-high-dpi
John Benediktsson 2018-02-14 16:21:50 -08:00
parent 30739e70ff
commit 59bc3a1ca0
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ PRIVATE>
: find-file ( path quot: ( ... name -- ... ? ) -- path/f )
[ bfs? <directory-iterator> ] dip
[ keep and ] curry iterate-directory ; inline
'[ _ keep and ] iterate-directory ; inline
: find-files ( path quot: ( ... name -- ... ? ) -- paths )
selector [ each-file ] dip ; inline