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

Safe HaskellSafe
LanguageHaskell98

DDC.Driver.Interface.Source

Synopsis

Documentation

data Source Source #

Where some source code was obtained from.

This is used when generating error messages.

Constructors

SourceFile FilePath

Read directly from a file.

SourceArgs

Supplied on the command line.

SourceConsole Int

Typed into the console.

SourceBatch FilePath Int

Part of a .dcx batch file.

Instances

lineStartOfSource :: Source -> Int Source #

Get the starting source line number to report for this source.

nameOfSource :: Source -> String Source #

Get the name of a source.