From 0f0403a8359f316ece009442f2b3803e897cc9f1 Mon Sep 17 00:00:00 2001 From: eric thul Date: Sun, 13 Mar 2016 10:00:17 -0400 Subject: Defers to the plugin for writing PureScript output --- docs/PursLoader/Plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/PursLoader/Plugin.md') diff --git a/docs/PursLoader/Plugin.md b/docs/PursLoader/Plugin.md index 9f9f852..7a524da 100644 --- a/docs/PursLoader/Plugin.md +++ b/docs/PursLoader/Plugin.md @@ -3,7 +3,7 @@ #### `Compile` ``` purescript -type Compile eff = Nullable Error -> DependencyGraph -> String -> Eff eff Unit +type Compile eff = Nullable Error -> DependencyGraph -> Eff eff Unit ``` #### `Context` -- cgit v1.2.3