{-# LANGUAGE CPP #-}
module UnsafeGetDLValue where
import DLValue
--unsafeDLValue :: DLValue -> anytype
unsafeGetDLValue DLValue = error "unsafeGetDLValue not implemented yet"
-- This is unsafe, because the response from DLSym contains a DLValue of
-- a particular type. unsafeGetDLValue allows it to be used at any type.