diff options
author | eric thul <thul.eric@gmail.com> | 2016-03-06 11:47:39 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-03-06 11:47:39 -0500 |
commit | 1c49c88ed60341341ab2b82aba738e8fc1179941 (patch) | |
tree | 7e9aa26412c4b907e6432a879dd4b5fd5634b687 /docs/PursLoader/Plugin.md | |
parent | 17f22f868b851e50081844562627a7a8a414dcaa (diff) | |
download | purs-loader-1c49c88ed60341341ab2b82aba738e8fc1179941.tar.gz purs-loader-1c49c88ed60341341ab2b82aba738e8fc1179941.tar.zst purs-loader-1c49c88ed60341341ab2b82aba738e8fc1179941.zip |
Writes PureScript output to stderr
Resolves #40
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 9abec4d..645c41b 100644 --- a/docs/PursLoader/Plugin.md +++ b/docs/PursLoader/Plugin.md | |||
@@ -3,7 +3,7 @@ | |||
3 | #### `Result` | 3 | #### `Result` |
4 | 4 | ||
5 | ``` purescript | 5 | ``` purescript |
6 | type Result = { srcMap :: ImmutableMap String String, ffiMap :: ImmutableMap String String, graph :: DependencyGraph } | 6 | type Result = { srcMap :: ImmutableMap String String, ffiMap :: ImmutableMap String String, graph :: DependencyGraph, output :: String } |
7 | ``` | 7 | ``` |
8 | 8 | ||
9 | #### `Compile` | 9 | #### `Compile` |