diff --git a/content/blog/11_compiler_polymorphic_data_types.md b/content/blog/11_compiler_polymorphic_data_types.md index 28f15fd..8962489 100644 --- a/content/blog/11_compiler_polymorphic_data_types.md +++ b/content/blog/11_compiler_polymorphic_data_types.md @@ -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}\\)).