Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

Compiler hanging on v11.4 with uncurried enabled

$
0
0

I had to turn on the namespace because of module name conflict.
It seems that my first attempt was incorrect to overload the Promise module of the core lib. I was doing this :

module Promise = {
  include RescriptPromise
}

But by using the bsc-flags : -open RescriptPromise it seems okay !

I pursue the update and keep you up to date :slight_smile:


Viewing all articles
Browse latest Browse all 2592

Trending Articles