summaryrefslogtreecommitdiff
path: root/files/practicum/Perms.icl
blob: bc294b76dfb6c50c28dd1899b6318ad389527576 (plain) (blame)
1
2
3
4
5
6
7
8
implementation module Perms

import StdEnv

Start = perms [1..5]

perms :: // meest algemene type
perms ...