We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6683ee commit f67f6a8Copy full SHA for f67f6a8
src/Reflex/Dynamic.hs
@@ -96,7 +96,7 @@ import Data.Maybe
96
import Data.These
97
import Data.Type.Equality ((:~:) (..))
98
99
-import Debug.Trace hiding (traceEventWith)
+import Debug.Trace (trace)
100
101
-- | Map a sampling function over a 'Dynamic'.
102
mapDynM :: forall t m a b. (Reflex t, MonadHold t m) => (forall m'. MonadSample t m' => a -> m' b) -> Dynamic t a -> m (Dynamic t b)
0 commit comments