hie-bios-0.3.1: Set up a GHC API session

Safe HaskellNone
LanguageHaskell2010

HIE.Bios.Ghc.Check

Synopsis

Documentation

checkSyntax Source #

Arguments

:: Cradle 
-> [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.