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 Debug.Trace 9 10 -- never entereddebug s v = trace (s ++" : "++ show v ++ "\n") v 11 -- debug s v = v