Movatterモバイル変換


[0]ホーム

URL:


base-4.12.0.0: Basic libraries

Copyright(c) The University of Glasgow 2001
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainerlibraries@haskell.org
Stabilityprovisional
Portabilitynon-portable (requires universal quantification for runST)
Safe HaskellUnsafe
LanguageHaskell2010

Control.Monad.ST.Lazy.Unsafe

Contents

Description

This module presents an identical interface toControl.Monad.ST, except that the monad delays evaluation of state operations until a value depending on them is required.

Unsafe API.

Synopsis

Unsafe operations

unsafeInterleaveST ::ST s a ->ST s aSource#

unsafeIOToST ::IO a ->ST s aSource#

Produced byHaddock version 2.20.0


[8]ページ先頭

©2009-2025 Movatter.jp