Fix #495.
This commit is contained in:
parent
4423c37089
commit
935362efc4
1 changed files with 30 additions and 31 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title : "Subtyping: records"
|
||||
title : "Subtyping: Records"
|
||||
layout : page
|
||||
prev : /More/
|
||||
permalink : /Subtyping/
|
||||
|
@ -30,7 +30,7 @@ can also have type `B` if `A` is a subtype of `B`.
|
|||
|
||||
⊢<: : ∀{Γ M A B}
|
||||
→ Γ ⊢ M ⦂ A
|
||||
→ A <: B
|
||||
→ A <: B
|
||||
-----------
|
||||
→ Γ ⊢ M ⦂ B
|
||||
|
||||
|
@ -1276,4 +1276,3 @@ of the form:
|
|||
Subtyping. In ACM Trans. Program. Lang. Syst. Volume 16, 1994.
|
||||
|
||||
* Types and Programming Languages. Benjamin C. Pierce. The MIT Press. 2002.
|
||||
|
||||
|
|
Loading…
Reference in a new issue