Renan Valentin

Results 6 comments of Renan Valentin

Hey guys, what is the expected behavior in this case? ```javascript var z = Record({a: []}); var a = new z({a: [1]}); var b = new z({a: [1]}); expect(Immutable.is(a, b)).to.be.true;...

Hi @glenjamin, Thanks for your explanation! I'm using chai-immutable in this and it was failing: ```javascript var z = Record({a: []}); var a = new z({a: [1]}); var b =...

Can we merge this PR?

I'm having a similar problem with flow and closure: **this will throw an error:** ```javascript const test = (arg : string) : Function => (arg2 : string) => false; ```...

@ginnun should we merge this PR?

cc @input-output-hk/lace-staking