A specification of a set of module names.
- 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.
Instances For
Equations
- Lake.instInhabitedGlob = { default := Lake.Glob.one default }
Equations
- Lake.instReprGlob = { reprPrec := Lake.reprGlob✝ }
Equations
- Lake.instCoeNameGlob = { coe := Lake.Glob.one }
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[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
Equations
- One or more equations did not get rendered due to their size.