- A sum-types code-generator 🎉 https://www.reddit.com/r/dartlang/comments/d3urou/a_sumtypes_codegenerator/ 3 comments dartlang
- A tool for generating sum type-like interfaces https://github.com/szabba/govariant 25 comments golang
- Decoding JSON sum types in Go without panicking https://nicolashery.com/decoding-json-sum-types-in-go/ 2 comments golang
- Sum Types, Subtypes, and Unions https://blog.jle.im/entry/sum-types-and-subtypes-and-unions.html 8 comments haskell
- sums_up v1.0.0 - Sum Types for Ruby. https://github.com/nahiluhmot/sums_up 2 comments ruby
- Haskell sum types from set theory's disjoint union https://en.wikipedia.org/wiki/Algebraic_data_type 8 comments haskell
- Unleashing Sum Types in Pure C99 https://medium.com/@hirrolot/unleashing-sum-types-in-pure-c99-31544302d2ba 10 comments programming
- datatype99: C99 with sum types, v0.1.0 https://github.com/hirrolot/datatype99 14 comments programming
- Anonymous Sum Types for Rust Error Handling https://jam1.re/blog/anonymous-sum-types-for-rust-errors 76 comments rust
- Sum types in Julia and Rust https://andreaskroepelin.de/blog/sum_types/ 44 comments rust
- [Blog] Sum types in Julia and Rust https://andreaskroepelin.de/blog/sum_types/ 15 comments julia
- I don't know about you, but this app is sum 1984 type shit. https://play.google.com/store/apps/details?id=sg.gov.tech.bluetrace 6 comments privacy
- Sum types for relational databases https://blog.typeable.io/posts/2019-11-21-sql-sum-types.html 8 comments haskell
- Sum algebraic data types in C https://nullbuffer.com/2019/11/15/algebraic_c.html 6 comments programming
- Futhark 0.12.1 released - now with sum types! https://futhark-lang.org/blog/2019-08-21-futhark-0.12.1-released.html 6 comments programming
- How to define lambda function to filter sum types in Haskell? https://pastebin.com/PfpQScWy 3 comments learnprogramming
- Is there a faster way of element-wise summing two typed arrays (Float32Array) of equal length other than using a loop? https://www.reddit.com/r/javascript/comments/ame95y/is_there_a_faster_way_of_elementwise_summing_two/ 5 comments javascript
- How do you work with variations of sum types? https://www.reddit.com/r/haskell/comments/alywku/how_do_you_work_with_variations_of_sum_types/ 13 comments haskell
- Vec of sum types vs Vec of pointers https://www.reddit.com/r/rust/comments/9vlae0/vec_of_sum_types_vs_vec_of_pointers/ 5 comments rust
- sumtype 0.3: sum type with pattern matching https://code.dlang.org/packages/sumtype 6 comments d_language
- For Sum Types: Golang's multiple return parameters are overrated https://awalterschulze.github.io/blog/post/sum-types-over-multiple-returns/ 52 comments golang
- A Rough Proposal for Sum Types in Go https://manishearth.github.io/blog/2018/02/01/a-rough-proposal-for-sum-types-in-go/ 27 comments golang
- Why choose sum types over exceptions? https://vittorioromeo.info/index/blog/adts_over_exceptions.html 196 comments cpp
- Anonymous sum types in Haskell https://www.reddit.com/r/haskell/comments/6faf7r/anonymous_sum_types_in_haskell/ 27 comments haskell
- A utility for running exhaustiveness checks on "sum types" https://github.com/burntsushi/go-sumtype 24 comments golang
- What Are Sum, Product, and Pi Types? http://manishearth.github.io/blog/2017/03/04/what-are-sum-product-and-pi-types/ 98 comments rust
- [C#] Method to sum array of numbers of varying types https://www.reddit.com/r/learnprogramming/comments/5le9cn/c_method_to_sum_array_of_numbers_of_varying_types/ 7 comments learnprogramming
- Why Rust - Sum Types https://www.reddit.com/r/rust/comments/5ky6n6/why_rust_sum_types/ 3 comments rust
- Control flow with an open sum type http://hsyl20.fr/home/posts/2016-12-12-control-flow-in-haskell-part-0.html 52 comments haskell
- Why Sum Types Matter in Haskell https://medium.com/@willkurt/why-sum-types-matter-in-haskell-ba2c1ab4e372#.xzijmz2no 16 comments programming
- quickcheck-arbitrary-adt: arbitraries for sum types https://www.reddit.com/r/haskell/comments/4xgp0v/quickcheckarbitraryadt_arbitraries_for_sum_types/ 9 comments haskell
- Unboxed sum types with UNPACK support will be in GHC 8.2 https://ghc.haskell.org/trac/ghc/wiki/unpackedsumtypes 48 comments haskell
- Preventing reimplementation of interfaces, or better sum types for go https://play.golang.org/p/0b-fmvhhza 17 comments golang
- An Ingenious Workaround to Emulate Sum Types in Java http://blog.jooq.org/2016/02/16/an-ingenious-workaround-to-emulate-sum-types-in-java/ 5 comments java
- Why they are called sum and product types. http://charlieharvey.org.uk/page/sum_and_product_types 15 comments haskell
- Sum Types Are Coming: What You Should Know http://chadaustin.me/2015/07/sum-types/ 115 comments programming
- Interesting use of sum types in Ceylon http://ceylon-lang.org/blog/2013/12/23/reduce/ 22 comments programming
- Sum Types in Go http://www.jerf.org/iri/post/2917 15 comments golang
- Sum Types tutorial by Gabriel Gonzalez -- FP Complete School of Haskell "Pick of the Week" https://haskell.fpcomplete.com/school/pick-of-the-week/sum-types 17 comments haskell
- Is there any difference between the terms "sum" and "coproduct" in type theory? https://www.reddit.com/r/compsci/comments/9t8llp/is_there_any_difference_between_the_terms_sum_and/ 4 comments compsci