Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/PackedString/Null.hs
module NHC.PackedString where import Prelude hiding(null,length) import DPackedString import Length null :: PackedString -> Bool null p = length p == 0