-
### What will you do?
I will add algebraic data types, specifically n-tuples and variants (tagged unions), to the Bril specification/brili. I will also implement a type-checker for these types, a s…
-
Currently to check if types are equal or can be unified we call combine. This is inefficient for many cases like FnTypes we want a strict is_equal check.
We can add this as an abstract method to th…
-
### Improvement
Maybe we need to get rid of `properties: JsonObject`. Otherwise it is hard to validate such STAC items as there are too many fields that are stored as json and no way to extract the…
-
Hi NikolajBjorner,
I was using using 4.4.1 version before which was not supporting String sort so we converted that to integer internally in our code and passed as Integer sort
Now we have upgrade…
-
Use types to encode parse nodes (more type-safe). See: https://eli.thegreenplace.net/2018/go-and-algebraic-data-types/
-
이제 다음 이벤트는 WWDC21을 향해가겠네요!
godrm updated
3 years ago
-
**Description**
Instances of `BaseModel` and derived classes cannot be pickled when attribute `convert_to_format` is `"python"`. This hampers use of multiprocessing, since it relies on pickling ob…
-
Currently the node labels of a type automaton are defined via the following definitions:
```haskell
data HeadCons = HeadCons
{ hc_data :: Maybe (Set XtorName)
, hc_codata :: Maybe (Set XtorN…
-
I've published a new library for algebraic data types - [poica](https://github.com/Hirrolot/poica).
1) Do you think it deserves to be on your list?
2) If so, to which category in `README.md` does …
-
The unsigned integer types are present.
Are there any potential plans for a signed integer type?