diff options
Diffstat (limited to 'docs/PursLoader/Plugin.md')
-rw-r--r-- | docs/PursLoader/Plugin.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PursLoader/Plugin.md b/docs/PursLoader/Plugin.md index 7a524da..9f9f852 100644 --- a/docs/PursLoader/Plugin.md +++ b/docs/PursLoader/Plugin.md | |||
@@ -3,7 +3,7 @@ | |||
3 | #### `Compile` | 3 | #### `Compile` |
4 | 4 | ||
5 | ``` purescript | 5 | ``` purescript |
6 | type Compile eff = Nullable Error -> DependencyGraph -> Eff eff Unit | 6 | type Compile eff = Nullable Error -> DependencyGraph -> String -> Eff eff Unit |
7 | ``` | 7 | ``` |
8 | 8 | ||
9 | #### `Context` | 9 | #### `Context` |