Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipe type error in typescript 3.4 #4

Closed
profound7 opened this issue Apr 9, 2019 · 2 comments
Closed

Pipe type error in typescript 3.4 #4

profound7 opened this issue Apr 9, 2019 · 2 comments

Comments

@profound7
Copy link

While it works in typescript 3.3, when using typescript 3.4 I get the following error:

Type instantiation is excessively deep and possibly infinite.ts(2589)

The following types gives the error:
_Pipe<Cast<ShiftZip<T>, any[], []>> in type Pipe
Cast<Pipe<T>, any[], []> in type PipeFunc
Group<N, T, [], Cons<Reverse<R1>, R2>> in type Group

Anyway, amazing work!

@kgtkr
Copy link
Owner

kgtkr commented Apr 9, 2019

@kgtkr kgtkr closed this as completed in 024d290 Apr 9, 2019
@kgtkr
Copy link
Owner

kgtkr commented Apr 9, 2019

v0.3.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants