You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportdeclareclassNone<A>implementsFantasyMonad<URI,A>,FantasyFoldable<A>,FantasyTraversable<URI,A>,FantasyAlternative<URI,A>,FantasyExtend<URI,A>{staticof: typeofof;staticempty: typeofempty;staticzero: typeofzero;staticvalue: Option<any>;readonly_tag: string;// this should be 'None', not `string`readonly_A: A;readonly_URI: URI;privateconstructor();
...
}
Can be fixed by adding an explicit type annotation in the source
Example:
Option.d.ts
Can be fixed by adding an explicit type annotation in the source
Relevant microsoft/TypeScript#15881
The text was updated successfully, but these errors were encountered: