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