- one: Lake.Name → Lake.Glob
Selects just the specified module name.
- submodules: Lake.Name → Lake.Glob
Selects all submodules of the specified module, but not the module itself.
- andSubmodules: Lake.Name → Lake.Glob
Selects the specified module and all submodules.
A specification of a set of module names.
Instances For
partial def
Lake.forEachModuleIn
{m : Type → Type u_1}
[Monad m]
[MonadLiftT IO m]
(dir : Lake.FilePath)
(f : Lake.Name → m PUnit)
(ext : optParam String "lean")
:
m PUnit
@[inline]
def
Lake.Glob.forEachModuleIn
{m : Type → Type u_1}
[Monad m]
[MonadLiftT IO m]
(dir : Lake.FilePath)
(f : Lake.Name → m PUnit)
(self : Lake.Glob)
:
m PUnit