Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/libraries/base/Foreign/Storable.hs-boot

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.



{-# OPTIONS -fno-implicit-prelude #-}

module Foreign.Storable where

import GHC.Float
import GHC.Int
import GHC.Word

class Storable a

instance Storable Int8
instance Storable Int16
instance Storable Int32
instance Storable Int64
instance Storable Word8
instance Storable Word16
instance Storable Word32
instance Storable Word64
instance Storable Float
instance Storable Double


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.