-
This story began [_half a decade_](https://github.com/dotnet/fsharp/pull/513) ago with an adventurous implementation, and received a more reasonable, albeit more limited, implementation a mere [_two y…
-
### Description
I don't believe that `SortedSet.IsSubsetOf` is working as expected. Given this code, shouldn't `ss.IsSubsetOf(l)` return True?
I'm suspicious that the problem is in my `CompareTo`…
-
#### Area of Cosmos - What area of Cosmos are we dealing with?
Dictionnarirs
#### Expected Behaviour - What do you think that should happen?
It should get the value from the key correctly
#### Actua…
-
**Describe the bug**
Having such IdentityUser definition
``` F#
type ApplicationUser () =
inherit IdentityUser ()
member _.Id
with get() : UserId = base.Id |> UserId
a…
-
I propose that type names can be replaced with composed types, in either of the following forms:
* ` And ` -- intersection types
* ` Or ` -- union types
# Use cases:
* Multitype checking
* …
-
Currently we have 2 families of types to represent tuples: classes `System.Tuple` and mutable structs `System.ValueTuple`. There are a family of extension methods to convert between them: `System.Tupl…
-
### Description
I'm buildning a library of Select Expressions for our product and have found that I would like to do something like this:
```csharp
internal static class MapperDTO
{
inter…
-
**Is your feature request related to a problem? Please describe.**
I am trying to order rows based on a value which is not defined in a field, but can be calculated with a method.
**Describe the s…
-
@joeloff is working on this. The APIs can be reviewed [here](https://apiview.dev/Assemblies/Review/e38c9c587fdb4d05936b952d743b48bd) (internal only link, sorry). The APIs are here:
### API Propsal
…
-
Hi, I'm trying to do a query using lookup refs, using an input variable in the lookup ref, like this:
``` clj
(d/q '[:find ?e
:in $ ?client-squuid
:where [?e :appointment/client [:thing…