https://github.com/vmchale/hs-bind
Library support for calling Haskell functions in ATS.
https://github.com/vmchale/hs-bind
ats ats-lang ffi haskell
Last synced: 11 months ago
JSON representation
Library support for calling Haskell functions in ATS.
- Host: GitHub
- URL: https://github.com/vmchale/hs-bind
- Owner: vmchale
- License: bsd-3-clause
- Created: 2018-01-30T08:30:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T14:40:25.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T12:08:08.397Z (about 1 year ago)
- Topics: ats, ats-lang, ffi, haskell
- Language: ATS
- Size: 16.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hs-bind
Library that simplifies initializing the Haskell runtime in ATS programs.
## Use
For an example of how to use this library, see the [ATS Dhall
bindings](https://github.com/vmchale/dhall-ats).