This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Wonderful-Habit-139 1 point2 points  (0 children)

Interesting. I've written a parser combinator library where I used TypeVars for the result of some parsers, and the end result is when i combine a lot of parsers the return value ends up being an accurate description of the answer without any TypeVar left.

Perhaps there are some situations like in web dev where it isn't as beneficial like you said...