diff options
author | Josh Meredith <joshmeredith2008@gmail.com> | 2023-03-06 09:18:03 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-04-13 08:51:09 -0400 |
commit | 27d2978e5412f2bef4448e208182a03137dd5ee8 (patch) | |
tree | 0e98a70f487c9c06061d92338de6fd9da593d3f6 /testsuite/tests/javascript/js-ffi-string.stdout | |
parent | 8af401ccfbe28d7bbfc493c0097834e9c66a36b0 (diff) | |
download | haskell-27d2978e5412f2bef4448e208182a03137dd5ee8.tar.gz |
Base/JS: GHC.JS.Foreign.Callback module (issue 23126)
* Add the Callback module for "exporting" Haskell functions
to be available to plain JavaScript code
* Fix some primitives defined in GHC.JS.Prim
* Add a JavaScript section to the user guide with instructions
on how to use the JavaScript FFI, building up to using Callbacks
to interact with the browser
* Add tests for the JavaScript FFI and Callbacks
Diffstat (limited to 'testsuite/tests/javascript/js-ffi-string.stdout')
-rw-r--r-- | testsuite/tests/javascript/js-ffi-string.stdout | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/javascript/js-ffi-string.stdout b/testsuite/tests/javascript/js-ffi-string.stdout new file mode 100644 index 0000000000..9e68839698 --- /dev/null +++ b/testsuite/tests/javascript/js-ffi-string.stdout @@ -0,0 +1,3 @@ +test +a string +test |