Closed dranov closed 9 months ago
This printed the fixed string "{tyctor}". The formatting syntax works by default following trace, but not in the context of (_ ++ _).
trace
(_ ++ _)
Thanks! I think the trace environment is equivalent to m! instead of s!, so I changed the s! ro m!. It doesn't make much difference in this case though.
m!
s!
This printed the fixed string "{tyctor}". The formatting syntax works by default following
trace
, but not in the context of(_ ++ _)
.