ref: 8435646a80fcbd87b44232e942fe2a43372a3d79
parent: 56a6e0adffd8ce83447c41bec194646e2d792bf6
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Sat Aug 17 08:50:35 EDT 2024
Export cuprint.
--- a/lib/Prelude.hs
+++ b/lib/Prelude.hs
@@ -82,7 +82,7 @@
import Data.Word(Word)
import System.IO(IO, putChar, putStr, putStrLn, print, getLine, getContents, interact,
FilePath, readFile, writeFile, appendFile,
- cprint)
+ cprint, cuprint)
import Text.Read(ReadS, Read(..), read, reads, readParen, lex)
import Text.Show(Show(..), ShowS, shows, showChar, showString, showParen)
import Primitives(_wordSize, _isWindows)
--
⑨