hello,
i am having the following problem (just tried it with the current cvs version, on linux)


> import Array
> import ST hiding (bounds)
>
> test x = bounds x

ERROR "test.hs":4 - Ambiguous variable occurrence "bounds"
*** Could refer to: Data.Array.Base.bounds Hugs.Array.bounds

I am not sure why ST is exporting "bounds" at all, but in any case
the "hiding" clause of the import should prevent the conflict.
a similar thing occurs with "indices", but then adding the "hiding"
clause solves the problem.

-iavor

--
==================================================
| Iavor S. Diatchki, Ph.D. student | | Department of Computer Science and Engineering |
| School of OGI at OHSU |
| http://www.cse.ogi.edu/~diatchki |
==================================================


_______________________________________________
Hugs-Bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/hugs-bugs

Reply via email to