blob: 1bc88bedfd3dbb1d6cab2710b990481c8f6b684a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
implementation module WC
import StdEnv, Words, SimpleFileIO
Start :: *World -> (Int,*World)
Start world = wc "WC.icl" world
wc :: String *env -> (Int,*env) | FileSystem env
wc ...
|