[cvs-nhc98] parse errors with where and explicit layout

Ian Lynagh igloo@earth.li
Wed, 19 Dec 2001 17:01:40 +0000


Hiyas,

The module

    module Q where

    f = 3
        where {
            a = 3;
        }

gives me

    5:7 Found _where_ but expected a {-end-of-definition-or-EOF-}


Thanks
Ian