mirror of
https://github.com/Vita3K/unicorn.git
synced 2024-11-27 23:30:35 +00:00
Merge pull request #566 from adrianherrera/improvement/haskell-bindings-updates
Very minor formatting updates
This commit is contained in:
commit
ba50d4667a
@ -31,8 +31,7 @@ import Foreign
|
||||
{# pointer *uc_engine as EnginePtr -> Engine #}
|
||||
|
||||
-- | Make a new Unicorn engine out of an engine pointer. The returned Unicorn
|
||||
-- engine will automatically close 'uc_close_wrapper' when it goes out of
|
||||
-- scope.
|
||||
-- engine will automatically call 'uc_close_wrapper' when it goes out of scope.
|
||||
mkEngine :: EnginePtr -> IO Engine
|
||||
mkEngine ptr =
|
||||
liftM Engine (newForeignPtr close ptr)
|
||||
|
Loading…
Reference in New Issue
Block a user