David Chambers
David Chambers
Please open an issue for that proposal, Gabe. :)
> Is there a way I could help to contribute to this guide? That would be wonderful! Would you like to contribute to the wiki? If so I will create...
Thanks very much for the improvement, @gcanti. > Results: 3 cases out of 8 require explicit type annotations Is this common in the TypeScript world? Have you spent enough time...
@jasonkuhrt and @defdata, I'm pleased to hear that Flow is gaining momentum. :) Can Flow describe functions such as [`S.chain`][1]? If so we should create a library definition for Sanctuary....
> The `create` method is now fully typed! That's fantastic, @cortopy. Well done! I apologize for my lack of engagement in this thread. I've been busy with other Sanctuary tasks,...
> For now I personally can not even start to work with Sanctuary because of the lack (AFAICT) of TS support. Have you tried [DefinitelyTyped][1], @anurbol? > Also, I personally...
Thanks for your words of encouragement, @anurbol. :blush:
Thank you, @RichardForrester. It seems we should have another go at writing type definitions. :)
Thank you for sharing your workaround, @dotnetCarpenter.
I like this idea! How would we describe the type of the data constructor? ```haskell StrMap :: ??? -> StrMap a ``` Would `S.StrMap ({x: 'abc', y: 123})` throw an...