aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2016-03-13 10:00:17 -0400
committereric thul <thul.eric@gmail.com>2016-03-13 10:00:17 -0400
commit0f0403a8359f316ece009442f2b3803e897cc9f1 (patch)
tree6e6d1f0b44750997e5358a2327be29d159da69b3 /docs
parentcfd5d2afba83a0082a3be638a05d1768ee73335e (diff)
downloadpurs-loader-0f0403a8359f316ece009442f2b3803e897cc9f1.tar.gz
purs-loader-0f0403a8359f316ece009442f2b3803e897cc9f1.tar.zst
purs-loader-0f0403a8359f316ece009442f2b3803e897cc9f1.zip
Defers to the plugin for writing PureScript output
Diffstat (limited to 'docs')
-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`