[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / programs / galois_raytrace / Misc.hs
1 -- Copyright (c) 2000 Galois Connections, Inc.
2 -- All rights reserved.  This software is distributed as
3 -- free software under the license in the file "LICENSE",
4 -- which is included in the distribution.
5
6 module Misc where
7
8 import IOExts
9
10 debug s v = trace (s ++" : "++ show v ++ "\n") v
11 -- debug s v = v