13 lines
259 B
Haskell
Raw Permalink Normal View History

2005-05-19 03:23:30 +00:00
module Null ( resource ) where
import API
import Data.Dynamic
import Prelude hiding (null)
import qualified Dep
resource = Dep.resource
-- ! this has to be special: it can't be overridden by the user.
resource_dyn :: Dynamic
resource_dyn = toDyn resource