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 8f6d1d3 commit a90cbe7Copy full SHA for a90cbe7
docs/src/index.md
@@ -18,14 +18,14 @@ Base.copy(::Libtask.TapedTask)
18
Libtask.set_taped_globals!
19
```
20
21
-An opt-in mechanism marks functions that might contain `Libtask.produce` statements.
22
-
23
-```@docs; canonical=true
24
-Libtask.might_produce(::Type{<:Tuple})
25
-```
26
27
## Functions for use inside a [`TapedTask`](@ref)s:
28
```@docs; canonical=true
29
Libtask.produce
30
Libtask.get_taped_globals
31
+
+An opt-in mechanism marks functions that might contain `Libtask.produce` statements.
+```@docs; canonical=true
+Libtask.might_produce(::Type{<:Tuple})
+```
0 commit comments