ajhc-0.8.0.7: Haskell compiler that produce binary through C language

Safe HaskellNone

E.Main

Documentation

processInitialHoSource

Arguments

:: CollectedHo

current accumulated ho

-> Ho

new ho, freshly read from file

-> IO CollectedHo

final combined ho data.

processDeclsSource

Arguments

:: CollectedHo

Collected ho

-> Ho

preliminary haskell object data

-> TiData

front end output

-> IO (CollectedHo, Ho)

(new accumulated ho, final ho for this modules)