Getting an array of all file paths in PhysLean. #
partial def
allFilePaths.go
(prev : Array System.FilePath)
(root : String)
(path : System.FilePath)
:
The recursive function underlying allFilePaths
.
Gets an array of all file paths in PhysLean
.
Equations
- allFilePaths = allFilePaths.go #[] "./PhysLean" { toString := "./PhysLean" }