aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/PursLoader/Plugin.md
diff options
context:
space:
mode:
authoreric <thul.eric@gmail.com>2016-03-13 10:07:58 -0400
committereric <thul.eric@gmail.com>2016-03-13 10:07:58 -0400
commit7a70d4eb331b60186e3800d15efd9115462c6a80 (patch)
tree9af0a5120593adeb47229d6a564fee86ab9f0856 /docs/PursLoader/Plugin.md
parentcfd5d2afba83a0082a3be638a05d1768ee73335e (diff)
parent1a7a07b7a4fa93a55a600ca9d466020f3e11ab5a (diff)
downloadpurs-loader-7a70d4eb331b60186e3800d15efd9115462c6a80.tar.gz
purs-loader-7a70d4eb331b60186e3800d15efd9115462c6a80.tar.zst
purs-loader-7a70d4eb331b60186e3800d15efd9115462c6a80.zip
Merge pull request #44 from ethul/topic/output-only-once
Topic/output only once
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 9f9f852..7a524da 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 -> String -> Eff eff Unit 6type Compile eff = Nullable Error -> DependencyGraph -> Eff eff Unit
7``` 7```
8 8
9#### `Context` 9#### `Context`