-
Notifications
You must be signed in to change notification settings - Fork 48
A Warn intrinsic type #235
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestinferenceRelated to inferring the restriction of poly typesRelated to inferring the restriction of poly typesneeds-investigationFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestinferenceRelated to inferring the restriction of poly typesRelated to inferring the restriction of poly typesneeds-investigationFurther information is requestedFurther information is requested
There could be a new intrinsic type that allows the argument but raises an error when it is matched.
This would enable the technically correct, but unideal behaviour of functions like
Math.sinThis is aimed at avoiding false positives in constraint inference #197 #35