fay-base-0.21.2.0: The base package for Fay.
Safe HaskellNone
LanguageHaskell2010

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.