Remove return type hint from distinct?
Description
The ^boolean return type hint is not needed on the distinct? function.
Hunch is that this is due to other improvements surrounding multi-arity function return type inference.
Environment
None
Activity
Show:
Mike Fikes
July 16, 2019, 9:55 PM
CLJS-3106.patch added to Patch Tender
Mike Fikes
July 16, 2019, 9:53 PM
CLJS-3106.patch passes CI
Roman Liutikov
July 16, 2019, 1:43 PM
Updated the patch with a test case
Roman Liutikov
July 16, 2019, 12:19 PM
Patch attached