nomyx-core-1.0.0: data/test/SimpleModule.hs
module SimpleModule where import Prelude import Nomyx.Language import Control.Monad myRule :: Rule myRule = void $ outputAll_ helperFunction helperFunction :: String helperFunction = "Hello"
module SimpleModule where import Prelude import Nomyx.Language import Control.Monad myRule :: Rule myRule = void $ outputAll_ helperFunction helperFunction :: String helperFunction = "Hello"