Skip to content
Snippets Groups Projects

Split Trace.Hpc.Combine into three modules

Merged BinderDavid requested to merge reorganize-hpc-modules into master
17 files
+ 302
239
Compare changes
  • Side-by-side
  • Inline
Files
17
+ 2
2
module Main where
import qualified HpcMain as HPC
import qualified Trace.Hpc.Main as HPC
main :: IO ()
main = HPC.main
\ No newline at end of file
main = HPC.main
Loading