Added HasCallStack constraint for trace functions (#55)
* added HasCallStack constraint for trace functions, for issue #39 * unpack string on 7.6
This commit is contained in:
@@ -49,8 +49,6 @@ import Base as Base hiding (
|
||||
putStr -- Overriden by Show.putStr
|
||||
, putStrLn -- Overriden by Show.putStrLn
|
||||
, print -- Overriden by Protolude.print
|
||||
, error -- Overriden by Debug.error
|
||||
, undefined -- Overriden by Debug.undefined
|
||||
, show -- Overriden by Protolude.show
|
||||
, showFloat -- Custom Show instances deprecated.
|
||||
, showList -- Custom Show instances deprecated.
|
||||
|
||||
Reference in New Issue
Block a user