summaryrefslogtreecommitdiff
path: root/files/practicum/Firsts.icl
blob: 9fcddc81b4bda4ea6db656f1e7e9f596404d2a9c (plain) (blame)
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 ...