[MLton-devel] MONO_ARRAY signature?

Allyn Dimock MLton@mlton.org
Wed, 19 Feb 2003 20:54:32 -0500


Hi.

I was trying to compile some parts of SML/NJ 110.42 in MLton.
There were the usual non-SML'isms of SML/NJ to correct, but I ran into
a MLton error message that puzzles me:

ElabData/types/tuples.sml:26.3-31.6 Error: structure Vector in signature but not in structure

The code being flagged is:
structure LabelArray = DynamicArrayFn (
  struct                                   <-- line 26
    open Array
    type array = labelOpt array
    type vector = labelOpt vector
    type elem = labelOpt
  end)

We have, in the SML/NJ Util library:

functor DynamicArrayFn (A : MONO_ARRAY) : MONO_DYNAMIC_ARRAY =
  struct
  ...
  end

The description of MONO_ARRAY at
www.standardml.org/Basis/mono-array.html does not mention structure
Vector.

I have mlton-20020923-1

Do you have a non-standard signature for MONO_ARRAY?  Am I looking for
the standard signature in the wrong place?  

-- Allyn

   Allyn Dimock <dimock@cs.uml.edu>


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
MLton-devel mailing list
MLton-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlton-devel