DLValue

{-# LANGUAGE CPP #-}
module DLValue where

-- not supported
data DLValue = DLValue

instance Show DLValue where
   showsPrec i d = ("DLValue"++)

instance Read DLValue