packages feed

haskell-src-exts-1.15.0.1: tests/examples/IndentedTopLevelWhere.hs

module IndentedTopLevelWhere where

 foo :: Int
 foo = 5 where

 bar :: Int
 bar = 3