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 ...