SoccerFun-0.2.1: Football simulation framework for teaching functional programming

SoccerFun.Team

Description

This module defines the Soccer-Fun API that is concerned with teams. All available teams are collected in this module (allAvailableTeams).

Documentation

type TeamSource

Arguments

 = [Player]

the fielders are supposed to have different numbers, and all not equal to 1

class Mirror a whereSource

Methods

mirror :: Field -> a -> aSource