function
boot.janet on line 2930 , column 1
(module/find path )
Try to match a module or path name from the patterns in
`module/paths` . Returns a tuple (fullpath kind ) where the kind is
one of :source , :native , or :image if the module is found ,
otherwise a tuple with nil followed by an error message.