Skip to content

Store ill-typed expression within TypeErrorException

Viktor Kuncak requested to merge github/fork/romac/type-error-obj into master

Created by: romac

It would nice to be able to access the expression that caused a TypeErrorException to be throwned, eg. to show the typing derivation to the user or just for debugging purposes.

Merge request reports