Documentation
Lean
.
Util
.
Paths
Search
Google site search
Lean
.
Util
.
Paths
source
Imports
Init
Lean.Data.Json
Lean.Util.Path
Imported by
Lean
.
LeanPaths
Lean
.
instToJsonLeanPaths
Lean
.
instFromJsonLeanPaths
Lean
.
initSrcSearchPath
Communicating Lean search paths between processes
source
structure
Lean
.
LeanPaths
:
Type
oleanPath :
Lean.SearchPath
srcPath :
Lean.SearchPath
loadDynlibPaths :
Array
Lake.FilePath
Instances For
source
instance
Lean
.
instToJsonLeanPaths
:
Lean.ToJson
Lean.LeanPaths
source
instance
Lean
.
instFromJsonLeanPaths
:
Lean.FromJson
Lean.LeanPaths
source
def
Lean
.
initSrcSearchPath
(_leanSysroot :
Lake.FilePath
)
(sp :
optParam
Lean.SearchPath
∅
)
:
IO
Lean.SearchPath
Instances For