[clean-list] key mapping

Marc/Pop Poppleton marc.poppleton@wanadoo.fr
Wed, 4 Apr 2001 23:59:50 +0200


Hello,

Thanks to all those who replied to my previous question.
Another question with the following code:
        get :: Int Int (Mat Int) -> Int
        get 0 _ _= ? <- How can I return nothing or better an error?
        get x y mat= nth y (nth x mat)

I've also got a little problem with the CleanIDE v2.0. I can't get the
following characters:
          \
          [ and ]
          } (it opens the "find" dialog box)
The only solution I've found for the moment is copy/paste from an
other file, which is a bit anoying as you can guess!
I'm using the Windows version of the IDE under Windows98.

Marc