Code owners
Assign users and groups as approvers for specific file changes. Learn more.
MarshalArray.hs 147 B
#if __GLASGOW_HASKELL__ >= 701
{-# LANGUAGE Safe #-}
#endif
module MarshalArray (module Foreign.Marshal.Array) where
import Foreign.Marshal.Array