CommandHelper icon indicating copy to clipboard operation
CommandHelper copied to clipboard

[WIP] Function signature implementation

Open Pieter12345 opened this issue 3 years ago • 1 comments

The purpose of this PR is to add function signature implementations to existing functions, replacing getReturnType() overrides where possible. A few function signatures will be added to this PR every now and then, and they could be merged every now and then as well.

Pieter12345 avatar Mar 25 '22 06:03 Pieter12345

Base this commit off of the genericsTake2 branch. I kept making signature changes to typecheck and getReturnType, and I got tired of changing that everywhere, so I just made those functions all use function signatures now, so this might be mostly done already.

LadyCailin avatar Apr 14 '22 21:04 LadyCailin