-
This is probably confusing for newcomers and those who don't know about `LinearTypes`, even if technically correct according to the user's guide
> By default, all fields in algebraic data types ar…
akrmn updated
1 month ago
-
Souffle datalog supports [Algebraic Data Types](https://souffle-lang.github.io/types#algebraic-data-types-adt). These types appear to not be understood by the datalog plugin, as the plugin highlights …
-
I just stumble across [ADT in python](https://stackoverflow.com/questions/16258553/how-can-i-define-algebraic-data-types-in-python), and it translate into [this](https://github.com/hylang/hy/discussio…
-
Hi @Roger-luo, thanks for the nice package. I'm playing around with it for writing a symbolic tensor network library, it seems like a good fit for that and the combination of algebraic data types and …
-
The current documentation is limited to the `Readme.md` file. A more in depth guide on how to use the toolbox combined with the mathematical basics would be beneficial.
**Proposed structure:**
1…
-
## Property Suggestion
Most of the concepts below are from the book [Algebraic Topology](https://pi.math.cornell.edu/~hatcher/AT/AT.pdf) by Allen Hatcher and as such I will only cite the corres…
-
Add support for GADTs
-
## bearophile_hugs reported this on 2010-10-10T14:42:54Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=5037
### CC List
* andrei (andralex)
### Description
````markdown
Created att…
-
I'm imagining writing an ADT for JSON structure and then showing how you can write encoders/decoders for this representation.
It would cover modelling data with algebraic data types, pattern match…
-
# Using enum / ADT - Beginner - Haxe programming language cookbook
Haxe's enumeration types are algebraic data types. Their primary use is for describing data structures.
[https://code.haxe.org/cate…