module HROOT.Class.Deletable
  (
    IDeletable(..) 
  ) where

-- import HROOT.Class.Interface
-- import HROOT.Class.Implementation ()

import HROOT.Class.Deletable.RawType
import HROOT.Class.Deletable.Interface
import HROOT.Class.Deletable.Implementation