aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/PursLoader/Path.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/PursLoader/Path.md')
-rw-r--r--docs/PursLoader/Path.md27
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/PursLoader/Path.md b/docs/PursLoader/Path.md
deleted file mode 100644
index cc00436..0000000
--- a/docs/PursLoader/Path.md
+++ /dev/null
@@ -1,27 +0,0 @@
1## Module PursLoader.Path
2
3#### `relative`
4
5``` purescript
6relative :: String -> String -> String
7```
8
9#### `resolve`
10
11``` purescript
12resolve :: String -> String
13```
14
15#### `dirname`
16
17``` purescript
18dirname :: String -> String
19```
20
21#### `joinPath`
22
23``` purescript
24joinPath :: String -> String -> String
25```
26
27