hie-bios-0.7.2: Set up a GHC API session
Safe HaskellNone
LanguageHaskell2010

HIE.Bios.Ghc.Check

Synopsis

Documentation

checkSyntax Source #

Arguments

:: Show a 
=> Cradle a 
-> [FilePath]

The target files.

-> IO String 

Checking syntax of a target file using GHC. Warnings and errors are returned.

check Source #

Arguments

:: GhcMonad m 
=> [FilePath]

The target files.

-> m (Either String String) 

Checking syntax of a target file using GHC. Warnings and errors are returned.