haskell-awk-1.1.1: Transform text from the command-line using Haskell expressions.

Safe HaskellSafe
LanguageHaskell98

System.Console.Hawk.Runtime.Base

Description

The part of a HawkSpec used at Runtime. The API may change at any time.

Due to a hint limitation, this module is imported unqualified when interpreting the user expression. This allows hint to read and write the type of the expression which it interprets without falling prey to module scoping issues.

Documentation

newtype HawkIO a Source

Constructors

HawkIO 

Fields

runHawkIO :: IO a