From 1c49c88ed60341341ab2b82aba738e8fc1179941 Mon Sep 17 00:00:00 2001 From: eric thul Date: Sun, 6 Mar 2016 11:47:39 -0500 Subject: Writes PureScript output to stderr Resolves #40 --- 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 9abec4d..645c41b 100644 --- a/docs/PursLoader/Plugin.md +++ b/docs/PursLoader/Plugin.md @@ -3,7 +3,7 @@ #### `Result` ``` purescript -type Result = { srcMap :: ImmutableMap String String, ffiMap :: ImmutableMap String String, graph :: DependencyGraph } +type Result = { srcMap :: ImmutableMap String String, ffiMap :: ImmutableMap String String, graph :: DependencyGraph, output :: String } ``` #### `Compile` -- cgit v1.2.3