Unless I'm mistaken, there is a problem with map and flatMap in LazyConst - they are actually eagerly evaluated.
This PR also adds a minimal test for Lazy
PS Also changed single quotes to double quotes in haxe_libraries hxml files - those are not liked by newest lix on Windows
Unless I'm mistaken, there is a problem with
map
andflatMap
inLazyConst
- they are actually eagerly evaluated. This PR also adds a minimal test forLazy
PS Also changed single quotes to double quotes in haxe_libraries hxml files - those are not liked by newest lix on Windows