12 lines
244 B
Haskell
Raw Normal View History

2005-04-24 08:51:33 +00:00
module Null ( resource, resource_dyn ) where
import API
import Data.Dynamic
import Prelude hiding (null)
resource = null
-- ! this has to be special: it can't be overridden by the user.
resource_dyn :: Dynamic
resource_dyn = toDyn resource