summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/galois_raytrace/Misc.hs
blob: 104bd06af1467d611820f83f1e2768bbca60a386 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- Copyright (c) 2000 Galois Connections, Inc.
-- All rights reserved.  This software is distributed as
-- free software under the license in the file "LICENSE",
-- which is included in the distribution.

module Misc where

import Debug.Trace

debug s v = trace (s ++" : "++ show v ++ "\n") v
-- debug s v = v