cmcat

Martin Okrslar okrslar@informatik.uni-muenchen.de
Tue, 1 Feb 2000 12:22:22 +0100


Dear MLtonians,

I am using mlton quite often for small programs. Now I wanted to use
it on a bigger program, and had problems in compiling cmcat.sml:

Standard ML of New Jersey, Version 110.0.3, January 30, 1998 [CM&CMB]
- use "cmcat.sml";
[opening cmcat.sml]
GC #0.0.0.1.2.54:   (0 ms)
cmcat.sml:153.27-157.38 Error: operator and operand don't agree [tycon mismatch]
  operator domain: string * string
  operand:         {path:'Z, relativeTo:string}
  in expression:
    mkAbsolute {path=file,relativeTo=getDir ()}
- 


What is going wrong? Any help very welcome.

best regards
     Martin Okrslar