diff options
author | eric thul <thul.eric@gmail.com> | 2016-02-24 22:55:17 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-02-24 22:55:17 -0500 |
commit | f97818b550b17455448ff7fe09689b326c30912b (patch) | |
tree | 2ab19c4a3f01925f1ee5c29f99c4f6cd6e5c1166 /example/src/FooFFI.js | |
parent | 460393439a8dd7d94fe02a2013e96c9146282bf1 (diff) | |
download | purs-loader-f97818b550b17455448ff7fe09689b326c30912b.tar.gz purs-loader-f97818b550b17455448ff7fe09689b326c30912b.tar.zst purs-loader-f97818b550b17455448ff7fe09689b326c30912b.zip |
Updating example
Diffstat (limited to 'example/src/FooFFI.js')
-rw-r--r-- | example/src/FooFFI.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example/src/FooFFI.js b/example/src/FooFFI.js new file mode 100644 index 0000000..a2681c8 --- /dev/null +++ b/example/src/FooFFI.js | |||
@@ -0,0 +1,5 @@ | |||
1 | // module Foo | ||
2 | |||
3 | exports.foot = "a"; | ||
4 | |||
5 | exports.meter = "b"; | ||