aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/PursLoader/Plugin.md
diff options
context:
space:
mode:
authoreric <thul.eric@gmail.com>2016-03-12 14:56:34 -0500
committereric <thul.eric@gmail.com>2016-03-12 14:56:34 -0500
commit7c6f8623b2448e9a371d6c7964493e365843004c (patch)
tree5079dcf661e96520e9b37562b47ab4d83bc7496a /docs/PursLoader/Plugin.md
parent55120f4502cb76e768f60654f3937db809df8ade (diff)
parentcb2f4c886fd1057fbf0511b46cab3489123ced23 (diff)
downloadpurs-loader-7c6f8623b2448e9a371d6c7964493e365843004c.tar.gz
purs-loader-7c6f8623b2448e9a371d6c7964493e365843004c.tar.zst
purs-loader-7c6f8623b2448e9a371d6c7964493e365843004c.zip
Merge pull request #42 from ethul/topic/stderr
Writes PureScript output to stderr
Diffstat (limited to 'docs/PursLoader/Plugin.md')
-rw-r--r--docs/PursLoader/Plugin.md2
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
6type Compile eff = Nullable Error -> DependencyGraph -> Eff eff Unit 6type Compile eff = Nullable Error -> DependencyGraph -> String -> Eff eff Unit
7``` 7```
8 8
9#### `Context` 9#### `Context`