implementation module Firsts

import StdEnv

Start = firsts [1,2,3,4,5]

// Mogelijke oplossing die recursief over tail van de lijst gaat:
firsts :: // meest algemene type
firsts ...