Skip to content
Snippets Groups Projects
Commit 01417766 authored by sof's avatar sof
Browse files

[project @ 1999-09-21 09:00:46 by sof]

Testing the sanity of Show on Addr
parent cdbc0add
No related merge requests found
-- !!! Testing that Show for Addr is OK..
module Main(main) where
import Addr
main :: IO ()
main = do
print (intToAddr maxBound)
print (intToAddr minBound)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment