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

Safe HaskellNone
LanguageHaskell98

System.Console.Hawk.Runtime

Description

Applying the user expression as directed by the HawkRuntime. The API may change at any time.

Documentation

processTable :: Rows a => HawkRuntime -> ([[ByteString]] -> a) -> HawkIO () Source