plugins-1.0: testsuite/make/simple/Tiny.hs
module Tiny ( resource, resource_dyn ) where
import API
import Data.Dynamic
resource = tiny {
field = "hello strange world"
}
resource_dyn :: Dynamic
resource_dyn = toDyn resource
module Tiny ( resource, resource_dyn ) where
import API
import Data.Dynamic
resource = tiny {
field = "hello strange world"
}
resource_dyn :: Dynamic
resource_dyn = toDyn resource