You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_docs/reference/experimental/cc.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,8 @@ layout: doc-page
3
3
title: "Capture Checking"
4
4
---
5
5
6
-
Capture checking is a research project that modifies the Scala type system to track references to capabilities in values. It is currently
7
-
implemented in an experimental branch [cc-experiment](https://github.com/lampepfl/dotty/tree/cc-experiment) in the dotty
8
-
repo and can be enabled on this branch with a `-Ycc` compiler option.
6
+
Capture checking is a research project that modifies the Scala type system to track references to capabilities in values. It can be enabled with a `-Ycc` compiler option.
7
+
At present, capture checking is still highly experimental and unstable.
9
8
10
9
To get an idea what capture checking can do, let's start with a small example:
0 commit comments