Hi there,I have a really annoying scrap of code:unmaybe Nothing = memptyunmaybe (Just dia) = diaIt happened because I'm using Diagrams but building my diagram requires looking something up in a list using findIndex, which returns Maybe Int.How do I rid myself of this blotch?TIA,Adrian.
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners