Re-export Debug.Trace from Unison.Runtime.Debug

It's convenient to be able to use ugly tracing sometimes without
managing two module imports.
This commit is contained in:
Dan Doel 2022-01-31 19:05:27 -05:00
parent a640861359
commit 3a95d824db

View File

@ -5,6 +5,7 @@ module Unison.Runtime.Debug
, traceCombs
, tracePretty
, tracePrettyGroup
, module Debug.Trace
) where
import Data.Word