Add missing backslashes
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danila Fedorin 2020-04-09 22:55:02 -07:00
parent 8c1168d818
commit 902ffc0bc0
1 changed files with 1 additions and 1 deletions

View File

@ -103,4 +103,4 @@ In effect, they take zero arguments and produce types (themselves).
3. A function from one type to another, like \\(\\text{List} \\; a \\rightarrow \\text{Int}\\).
Polytypes (type schemes) in our system can be all of the above, but may also include a "forall"
quantifier at the front, generalizing the type (like \\(\\forall a \; . \; \\text{List} \; a \\rightarrow \\text{Int}\\)).
quantifier at the front, generalizing the type (like \\(\\forall a \\; . \\; \\text{List} \\; a \\rightarrow \\text{Int}\\)).