Plain source file: hsrc/internals/DLValue.hs (2020-09-02)
DLValue is imported by: Sockets, UnsafeGetDLValue.
{-# LANGUAGE CPP #-} module DLValue where -- not supported data DLValue = DLValue instance Show DLValue where showsPrec i d = ("DLValue"++) instance Read DLValue