Skip to content
Snippets Groups Projects
Commit 15ce62ca authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 1999-12-07 15:48:02 by simonpj]

Add drvrun008
parent 747bac96
No related branches found
No related tags found
No related merge requests found
{-# OPTIONS -funbox-strict-fields #-}
-- !!! Check that -funbox-strict-fields doesn't mess up deriving
-- !!! (it did in 4.04)
module Main( main ) where
data X = X !Int deriving Eq
main = putStrLn (show (X 2 == X 2))
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