81baad3aee7edf919bc2cbc2df388812e821547e
[ghc-hetmet.git] / ghc / tests / simplCore / should_compile / Simpl006Help.hs
1 module Simpl006Help( forever ) where
2
3 forever c  = sequence_ (repeat c)