Update rfcs/recursive-type-unrestriction.md

Co-authored-by: Matt Hargett <plaztiksyke@gmail.com>
This commit is contained in:
Alan Jeffrey 2022-01-04 15:18:01 -06:00 committed by GitHub
parent 51e628954c
commit 57450768a1
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ but *not* recursive type functions, such as:
type TreeWithMap<a> = { ..., map: <b>(a -> b) -> Tree<b> } type TreeWithMap<a> = { ..., map: <b>(a -> b) -> Tree<b> }
``` ```
These examples cope up naturally in OO code bases with generic types. These examples come up naturally in OO code bases with generic types.
## Design ## Design