basement-0.0.15: Foundation scrap box of array & string
License BSD-style
Maintainer Vincent Hanquez <vincent@snarc.org>
Stability experimental
Portability portable
Safe Haskell None
Language Haskell2010

Basement.Compat.PrimTypes

Description

Synopsis

Documentation

type FileSize# = Word64# Source #

File size in bytes

type Offset# = Int# Source #

Offset in a bytearray, string, type alias

for code documentation purpose only, just a simple type alias on Int#

type CountOf# = Int# Source #

CountOf in bytes type alias

for code documentation purpose only, just a simple type alias on Int#

type Bool# = Int# Source #

Lowlevel Boolean

type Pinned# = Bool# Source #

Pinning status