Movatterモバイル変換
[0]ホーム
{-# LANGUAGE Safe #-}{-# LANGUAGE NoImplicitPrelude #-}------------------------------------------------------------------------------- |-- Module : Foreign.Marshal-- 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-------------------------------------------------------------------------------moduleForeign.Marshal(-- | The module "Foreign.Marshal.Safe" re-exports the other modules in the-- @Foreign.Marshal@ hierarchy (except for @Foreign.Marshal.Unsafe@):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]ページ先頭