We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaf3af commit 5d62300Copy full SHA for 5d62300
Foreign/Matlab/Engine.hsc
@@ -33,6 +33,7 @@ type EnginePtr = Ptr EngineType
33
34
-- |A Matlab engine instance
35
newtype Engine = Engine (ForeignPtr EngineType)
36
+ deriving Eq
37
38
foreign import ccall unsafe engOpen :: CString -> IO EnginePtr
39
foreign import ccall unsafe "&" engClose :: FunPtr (EnginePtr -> IO ()) -- CInt
0 commit comments