SoccerFun-0.4.1: Football simulation framework for teaching functional programming

SoccerFun.MatchGame

Documentation

showTimeSource

Arguments

:: Minutes 
-> String

display time in (mm:ss min) format

setupMatch :: (Home -> Field -> Team) -> (Home -> Field -> Team) -> IO MatchSource