packages feed

nomyx-core-1.0.0: data/test/TestTime.hs

module TestTime where

import Prelude
import Nomyx.Language
import Control.Monad
import Data.Time

myRule :: Rule
myRule = void $ outputAll_ helperFunction

helperFunction :: String
helperFunction = "Hello"