1 2 3 4 5 6 7 8
module Main where import Fpm ( getArguments , start ) main :: IO () main = getArguments >>= start