Nomyx-Core-0.5.0: data/test/more/SimpleModule.hs
module SimpleModule where import Prelude import Language.Nomyx import Control.Monad myRule2 :: Rule myRule2 = void $ outputAll_ helperFunction helperFunction :: String helperFunction = "Hello"
module SimpleModule where import Prelude import Language.Nomyx import Control.Monad myRule2 :: Rule myRule2 = void $ outputAll_ helperFunction helperFunction :: String helperFunction = "Hello"