jacinda-3.2.0.1: Functional, expression-oriented data processing language
Safe HaskellNone
LanguageHaskell2010

File

Documentation

tcIO :: [FilePath] -> FilePath -> Text -> IO () Source #

runStdin Source #

Arguments

:: [FilePath] 
-> FilePath

For error location

-> Text

Program

-> [(Text, Value)] 
-> Mode 
-> IO () 

runOnFile :: [FilePath] -> FilePath -> Text -> [(Text, Value)] -> Mode -> FilePath -> IO () Source #