{-# LANGUAGE ForeignFunctionInterface #-} -- module HROOT.Class.FFI where module HROOT.Class.TArrayF.FFI where import Foreign.C import Foreign.Ptr -- import HROOT.Class.Interface -- #include "" import HROOT.Class.TArrayF.RawType #include "HROOTTArrayF.h" foreign import ccall "HROOTTArrayF.h TArrayF_delete" c_tarrayf_delete :: (Ptr RawTArrayF) -> IO ()