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 a6e7132 commit 8f42d48Copy full SHA for 8f42d48
build.sbt
@@ -131,6 +131,7 @@ lazy val pages = List(
131
"indexed-types/index.md",
132
"indexed-types/phantom-type.md",
133
"indexed-types/codata.md",
134
+ "indexed-types/data.md",
135
"indexed-types/conclusions.md",
136
// Interpreter optimization
137
"adt-optimization/index.md",
src/pages/indexed-types/data.md
@@ -0,0 +1,3 @@
1
+## Indexed Data
2
+
3
+The key idea of indexed data is to encode type equalities in data.
0 commit comments