Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
- [Unchecked Casts](./unchecked-casts.md)
- [Bugs and Unreachable Code](./bug-and-unreachable.md)
- [Laziness](./laziness.md)
- [Type Match](./type-match.md)
- [Purity Reflection](./purity-reflection.md)
- [Type-Level Programming](./type-level-programming.md)
- [Termination Checking](./termination-checking.md)
Expand Down
1 change: 0 additions & 1 deletion src/advanced-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ In this chapter, we discuss some advanced features of Flix, including:

- [Checked Casts](./checked-casts.md) and [Unchecked Casts](./unchecked-casts.md)
- [The `bug!` and `unreachable!` functions](./bug-and-unreachable.md)
- [Type Match](./type-match.md)
- [Purity Reflection](./purity-reflection.md)
- [Termination Checking](./termination-checking.md)
3 changes: 0 additions & 3 deletions src/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ Flix are type classes.
***Type Inference.*** A language feature that allows the compiler to infer the
type of an expression without requiring annotations from the programmer.

***Type Match.*** A language feature that allows a function to inspect (reflect)
on a type.

***Type Member.*** See [associated type](#associated-type).

***Unchecked Cast.*** An unsafe cast which is not verified by the compiler. Can
Expand Down
86 changes: 0 additions & 86 deletions src/type-match.md

This file was deleted.