Need a way to catch typos in type names #24

Closed
opened 2022-07-24 20:02:40 +00:00 by glen · 0 comments
Owner

With the merge of #23, adding a signature like numbre: () => n => foo(n) where numbre is a typo for number will just be silently ignored, forever waiting for the possibility that type numbre will someday be added. There should be some mechanism for catching such typos that still allows the pre-installation of implementations for types that have not yet been installed.

With the merge of #23, adding a signature like `numbre: () => n => foo(n)` where `numbre` is a typo for `number` will just be silently ignored, forever waiting for the possibility that type `numbre` will someday be added. There should be some mechanism for catching such typos that still allows the pre-installation of implementations for types that have not yet been installed.
glen closed this issue 2022-07-30 02:45:44 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: glen/pocomath#24
No description provided.