Skip to content

Commit

Permalink
Start on indexed data
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Aug 14, 2024
1 parent a6e7132 commit 8f42d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ lazy val pages = List(
"indexed-types/index.md",
"indexed-types/phantom-type.md",
"indexed-types/codata.md",
"indexed-types/data.md",
"indexed-types/conclusions.md",
// Interpreter optimization
"adt-optimization/index.md",
Expand Down
3 changes: 3 additions & 0 deletions src/pages/indexed-types/data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Indexed Data

The key idea of indexed data is to encode type equalities in data.

0 comments on commit 8f42d48

Please sign in to comment.