Haskell bindings
These Haskell bindings make large use of c2hs to generate much of the code, so Unicorn's const_generator is not used. The emulator is based on the Either monad transformer. The IO monad is used to run the underlying Unicorn library, while the Either monad is used to handle errors. Instructions on how to build the bindings are located in bindings/haskell/README.TXT. The same samples found in samples/ can be found in bindings/haskell/samples. They should produce the same output, with slight differences in their error handling and messaging.
This commit is contained in:
@@ -8,6 +8,7 @@ The following bindings are contributed by community.
|
||||
- .NET binding: by Antonio Parata.
|
||||
- MSVC binding: by Zak Escano
|
||||
- Ruby binding: by Sascha Schirra
|
||||
- Haskell binding: by Adrian Herrera.
|
||||
|
||||
More bindings created & maintained externally by community are available as follows.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user