379b635 ^
1 2 3 4 5 6 7 8 9
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 ...