fay-base-0.21.0.0: 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.