ddc-driver-0.4.3.1: Disciplined Disciple Compiler top-level driver.

Safe HaskellNone
LanguageHaskell98

DDC.Driver.Command.Scan

Synopsis

Documentation

cmdScanFromFile Source #

Arguments

:: Config

Driver config.

-> FilePath

Module file name.

-> Bool

Whether to print source locations.

-> ExceptT String IO () 

Scan a module. Any errors are thrown in the ExceptT monad.