15 lines
196 B
Haskell
Raw Normal View History

2005-04-24 08:51:33 +00:00
module Tiny ( resource, resource_dyn ) where
import API
import Data.Dynamic
resource = tiny {
field = "hello strange world"
}
resource_dyn :: Dynamic
resource_dyn = toDyn resource