summaryrefslogtreecommitdiff
path: root/files/practicum/WF.icl
blob: d8b8d52812bd2aea81ec8b6cdf744856a8ff7903 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
implementation module WF

import StdEnv, Woordfrequentie, SimpleFileIO
import FrequentielijstGUI

Start :: *World -> *World
Start world
# (fl,world) = wf "WF.icl" world
= toonFrequentielijst2 fl world

wf :: String *env -> ([(String,Int)],*env) | FileSystem env
wf ...