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.
1 parent ba1922d commit 02c63d9Copy full SHA for 02c63d9
src/trace.jl
@@ -287,7 +287,7 @@ end
287
Get a typed trace for `f`, analagous to `@code_typed`. Note that unlike
288
`@code_typed`, you probably want to pass types rather than values, e.g.
289
290
- julia> @trace Int+Int
+ julia> @trace ::Int + ::Int
291
1: (%1 :: const(+), %2 :: Int64, %3 :: Int64)
292
%4 = (+)(%2, %3) :: Int64
293
return %4
0 commit comments