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 --- src/PursLoader/Plugin.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PursLoader/Plugin.purs') diff --git a/src/PursLoader/Plugin.purs b/src/PursLoader/Plugin.purs index 8bb53be..c798c83 100644 --- a/src/PursLoader/Plugin.purs +++ b/src/PursLoader/Plugin.purs @@ -15,7 +15,7 @@ import Data.Either (Either(..)) import Data.Function (Fn4(), runFn4) import Data.Nullable (Nullable()) -type Compile eff = Nullable Error -> DependencyGraph -> String -> Eff eff Unit +type Compile eff = Nullable Error -> DependencyGraph -> Eff eff Unit type Context eff = { compile :: Compile eff -> Eff eff Unit, options :: Options } -- cgit v1.2.3