shithub: MicroHs

ref: e0142c055d9ce0de9ab1f9fa7af3fadadee7d2fc
dir: /ghc/System/Compress.hs/

View raw version
module System.Compress(compress) where

compress :: String -> String
compress _ = error "compress: not available with ghc"