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 5b07ec1 commit bc480c2Copy full SHA for bc480c2
Project.toml
@@ -6,13 +6,11 @@ repo = "https://github.com/TuringLang/Libtask.jl.git"
6
version = "0.8.8"
7
8
[deps]
9
-Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
10
MistyClosures = "dbe65cb8-6be2-42dd-bbc5-4196aaced4f4"
11
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
12
13
[compat]
14
Aqua = "0.8.11"
15
-Graphs = "1.12.1"
16
JuliaFormatter = "1.0.62"
17
MistyClosures = "2.0.0"
18
Test = "1"
docs/src/internals.md
@@ -9,4 +9,9 @@ Libtask.LazyCallable
Libtask.inc_args
Libtask.get_type
Libtask._typeof
+Libtask.replace_captures
+Libtask.BasicBlockCode
+Libtask.opaque_closure
+Libtask.misty_closure
+Libtask.optimise_ir!
```
0 commit comments