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

import StdEnv

Start = frags [1..5]

frags :: // meest algemene type
frags ...