Dag Brattli

Results 190 comments of Dag Brattli

Hey, the data structures are agnostic to the data you add. Thus, even if the structure may be immutable, the Py-objects may or may not be immutable. What is the...

The Map implementation in particular is a more or less direct port of F# Map to Python: https://github.com/fsharp/fsharp/blob/master/src/fsharp/FSharp.Core/map.fs

Thanks for submitting this RP. I think this looks really great 😊 We should also update the documentation before merging. I'm trying to figure out if this is a breaking...

Thanks for reporting this issue. This will be fixed as part of #743

Yes, this will be available soon #743

Those docs are deprected and will be deleted. Use https://fable.io/docs/ instead.

Thanks for opening this issue. A fix for this should be ready soon 😊

Thanks for opening this issue. I've added a fix that I think handle the problem correctly. Please reopen if you still experience problems related to this issue. The fix will...

It seems that Fable 4.25.0 may have .NET 9 compatibility issues. It ships with FSharp.Core 8.0.200-dev but .NET 9 expects FSharp.Core 9.0.0.0, causing assembly loading failures. The fix already exists...