fponticelli / thx.promise

Simple reinterpretation of the Promise pattern for Haxe
http://thx-lib.org
MIT License
11 stars 8 forks source link

... has no field compose #32

Open Simn opened 7 years ago

Simn commented 7 years ago
C:\GitHub\thx.promise>haxelib run travix neko
> haxe -lib thx.promise tests.hxml -lib travix -neko bin/neko/tests.n
src/thx/promise/PromiseRF.hx:48: characters 19-31 : Void -> thx.EitherK<Unknown<0>, Unknown<1>, thx.promise.PromiseR<thx.promise.PromiseRF.R, thx.Either<thx.promise.PromiseRF.E, thx.promise.PromiseRF.A>>> has no field compose

Tested with Haxe 3.4.2 and development.

fponticelli commented 7 years ago

Old thx.core? Are you just playing with it? I am glad to make the updates need if required.

Simn commented 7 years ago

It's latest git thx.core.

fponticelli commented 7 years ago

Ok, I will check it.