summaryrefslogtreecommitdiff
path: root/files/practicum/StdSortList.icl
blob: 20acaf7a556127ecbcb49d0efdef7952e44db790 (plain) (blame)
1
2
3
4
5
implementation module StdSortList

import StdEnv

::  SortList a = ... // maak deze type definitie af (mag ook een synoniem type zijn, maar gebruik dan :== in plaats van =)