14 lines
172 B
Plaintext
Raw Permalink Normal View History

2005-04-24 08:51:33 +00:00
module Unsafe ( resource, resource_dyn ) where
import API
import Data.Dynamic
resource = unsafe
--
-- special
--
resource_dyn :: Dynamic
resource_dyn = toDyn resource