From 03b840cb5fb8ff5217fefc9e1240a3131db309fc Mon Sep 17 00:00:00 2001 From: eric thul Date: Tue, 11 Aug 2015 20:57:07 -0400 Subject: PureScript 0.7 updates and migration to pulp --- docs/PursLoader/Options.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/PursLoader/Options.md (limited to 'docs/PursLoader/Options.md') diff --git a/docs/PursLoader/Options.md b/docs/PursLoader/Options.md new file mode 100644 index 0000000..d04b721 --- /dev/null +++ b/docs/PursLoader/Options.md @@ -0,0 +1,21 @@ +## Module PursLoader.Options + +#### `pscOptions` + +``` purescript +pscOptions :: Foreign -> Array String +``` + +#### `loaderSrcOption` + +``` purescript +loaderSrcOption :: Foreign -> Maybe (Array String) +``` + +#### `loaderFFIOption` + +``` purescript +loaderFFIOption :: Foreign -> Maybe (Array String) +``` + + -- cgit v1.2.3