fay-base-0.19.4.2: The base package for Fay.

Safe HaskellNone
LanguageHaskell98

Fay.Unsafe

Description

Unsafe running of Fay actions in pure code.

Synopsis

Documentation

unsafePerformFay :: Fay a -> a Source

Run a Fay action as a pure value.