Movatterモバイル変換
[0]ホーム
{-# LANGUAGE Safe #-}{-# LANGUAGE NoImplicitPrelude #-}------------------------------------------------------------------------------- |-- Module : Foreign.Marshal.Safe-- Copyright : (c) The FFI task force 2003-- License : BSD-style (see the file libraries/base/LICENSE)---- Maintainer : ffi@haskell.org-- Stability : provisional-- Portability : portable---- Marshalling support---- Safe API Only.-------------------------------------------------------------------------------moduleForeign.Marshal.Safe{-# DEPRECATED"Safe is now the default, please use Foreign.Marshal instead"#-}(-- | The module "Foreign.Marshal.Safe" re-exports the other modules in the-- @Foreign.Marshal@ hierarchy:moduleForeign.Marshal.Alloc,moduleForeign.Marshal.Array,moduleForeign.Marshal.Error,moduleForeign.Marshal.Pool,moduleForeign.Marshal.Utils)whereimportForeign.Marshal.AllocimportForeign.Marshal.ArrayimportForeign.Marshal.ErrorimportForeign.Marshal.PoolimportForeign.Marshal.Utils
[8]ページ先頭