Adam Becker

Results 4 comments of Adam Becker

I like the concept of signature files for enforcing types on top-level functions in a library, but their use is a bit clunky and requires doubling up the number of...

@smoothdeveloper I personally dislike having to wrap parameters in `()` and put a colon after the name just to introduce a type annotation. In this way, they are heavier than...

@abelbraaksma There's already a way to keep signatures and implementations separate, `.fsi` files! :smile: Joking aside, having chosen F# for its functional aspects mostly puts me off of the idea...

@abelbraaksma The relevance is that the linter was telling @2jacobtan that the suggested workaround posed in this thread isn't right. Sure, it could be refactored but these things can also...