-
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…
-
Back in release [v8.0.0](https://github.com/dhall-lang/dhall-lang/releases/tag/v8.0.0), the language included support for record projection by expression - #499 . This permits for the following:
``…
-
**Problem I'm trying to solve**
I have a table that really contains multiple item types. In SQLAlchemy I would make multiple models from this using Polymorphic Identity. I can't figure out how to do …
-
Namely, when you try to update a filed using the previous (current) state with a given function `f`, just write `x{it $= f}`.
-
Records have some nice destructuring:
```reason
type foo = {bar: string, baz: int};
let z = {bar:"blah", baz:123};
let {bar, baz} = z;
let f = ({bar, baz}) => bar;
```
Would be nice to have t…
-
Hi,
In many cases it would be useful to treat some type as a subtype of another one. In the gist below, I describe a proposal to get this working in Numba
https://gist.github.com/luk-f-a/9063ee…
-
Just playing around with some syntax here. I'm not completely sold on any of it yet but I need to get the first ideas out of my system.
# Structural Typing with Shapes
UCG types are named `Shape…
-
## Problem (help wanted) - not sure how to change the label to help wanted
I am trying to understand how to query an abstract base class/model via a unique model field (guaranteed unique by each en…
-
Start implementation of a POC from issue #1 syntax definition
- [ ] Lexer
- [ ] Parser
- [ ] Type Inference
- [ ] Type Checking
... we'll add the rest when needed.
-
At first glance this project seems to be quite similar to [sanctuary-def][1]. A summary of the differences between the two libraries would be useful. :)
[1]: https://github.com/sanctuary-js/sanct…