base-4.4.1.0: Basic libraries

Portabilityportable
Stabilityprovisional
Maintainerffi@haskell.org

Foreign

Contents

Description

A collection of data types, classes, and functions for interfacing with another programming language.

Synopsis

Documentation

module Data.Bits

module Data.Int

module Data.Word

Unsafe low-level operations

Unsafe Functions

unsafePerformIO is exported here for backwards compatibility reasons only. For doing local marshalling in the FFI, use unsafeLocalState. For other uses, see unsafePerformIO.