Convert a relative file path to a platform-independent string.
Uses /
as the path separator, even on Windows.
Equations
Instances For
Equations
- Lake.instToJsonFilePath_lake = { toJson := fun (path : System.FilePath) => Lean.toJson (Lake.mkRelPathString path) }