We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
data Synthesized b a = Synthesized { syn_trace :: b , syn_val :: a } deriving (Eq, Show, Functor, Foldable, Traversable) mapTrace :: (b -> b) -> Synthesized b a -> Synthesized b a mapTrace = _
Not sure what's going on here; haven't dug in. The real example uses Trace instead of b.
Trace
b