hnix/Nix/Internal.hs

6 lines
96 B
Haskell

module Nix.Internal (trace) where
--import Debug.Trace
trace :: String -> b -> b
trace _ x = x