find

.myProject> find
.myProject> find myTerm
.myProject> find Map List
.myProject> find : [a] -> [[a]]

findfoo bar bazsearches the current namespace tree for the given argument(s), excluding thelibdirectory.

If no arguments are supplied,findwill either list the definitions in the current namespace or, iffzfis installed on your machine,findwill delegate tofzffor fuzzy search.See thefzfgithubfor more details.

To search for terms including thelibdirectory, usefind.all

Iffindis followed by a colon, the ucm will search the codebase for definitions which match the given type signature.