packages feed

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

module IndentedTopLevelWhere where

 foo :: Int
 foo = 5 where

 bar :: Int
 bar = 3