-
Dependent on the completion of #352
The changes in the above issue (at least at the time of this writing), involve adding a `record_type_id` column in the `data_sources` table which references the…
-
Is it possible to update this component to handle valid picklist entries based on Record Type and/or dependent field values?
-
Now that we have dependent types, I think some of the restrictions on what can be returned from function-like constructs can be lifted. For example, in the typing rule for `if … then … else …`, it was…
-
Equality constraints are sort of hard to encode systematically:
- what about mutually recursive classes + eq constraints?
- F* syntactically disallow defining 2+ mutually recursive typeclasses, …
-
One big motivation I've had for going with dependent types in the first place is the idea of being able to use the same language feature (dependent records) for both modules and data types. This is si…
-
## Author background
- **Would you consider yourself a novice, intermediate, or experienced Go programmer?** Experienced.
- **What other languages do you have experience with?** C, Java, Rust,…
-
Doable things
1. Records: F#'s DUs + C#'s records + overridable equality on subtrees
2. Deep type argument inference (e. g. you pass A : IInterface\ in somewhere where it's IInterface, then T = B, I…
-
C# 8:
- `[MaybeNull]T` state tracking ([proposal](https://github.com/dotnet/csharplang/issues/2946), done, C# 8)
- enforcing attributes in method bodies (done, C# 8)
- nullability attributes in OHI…
-
This is a little obscure, but it's code running in production that was based on this [stack overflow post](https://stackoverflow.com/questions/21850995/association-for-polymorphic-belongs-to-of-a-part…
-
Hello again!
I keep making detailed proposals for things where I either missed something or there's a good reason it can't work.
So I figured I should just do a rapid fire list and then things can…