Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Popular repositories
-
ng-china-2016
-
TypeScript
Forked from Microsoft/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
TypeScript
-
TypeScript-Sublime-Plugin
Forked from Microsoft/TypeScript-Sublime-Plugin
IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
JavaScript
-
vscode
Forked from Microsoft/vscode
Visual Studio Code
TypeScript
-
i8717
Set up for TypeScript issue 18717
TypeScript
-
CoSConfiguredProject
TypeScript
5 contributions in the last year
Contribution activity
February 2019
Created an issue in louthy/language-ext that received 1 comment
Calling .Sequence on a left state Either<L, Task<R>> is returning bottom value
Example code:
var before = Left<string, Task<int>>("Failed");
var after = await before.Sequence();
I'm expecting after
to be a left value of the type