Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in algebraic-data-types

Idris case/induction tactics

haskell own datatypes - using signs or numbers in the datatype definition

Representing enum+object variant type in GraphQL

Is there a better way to express this type?

Why does refactoring data to newtype speed up my haskell program?

Is there such as thing as "type extensions" in Haskell?

Scala pattern match on ADTs may not warn on unreachable code

Haskell Multidimensional Arrays with Compiler-enforced lengths

How to control flow without .flatMap, which breaks a reactive stream preventing operators like distinctUntilChanged from working on the entire stream

How to define Eq instance of List without GADTs or Datatype Contexts

Is there something like DuplicateRecordFields for constructors in Haskell? [duplicate]

Is there an accurate way in Haskell to encode tuple of Foo, where some certain combinations are forbidden?

How can I zip a list over another list that is nested in Haskell?

What's the right way to use type aliases in Haskell

Are there any uses for untyped unions(w/out a type tag)?

When using GADT in OCaml, how can I remove the 'less general definition' error message on a function?

Haskell Cyclic Ord Relationship

Does there exist a mathematical formalism which uniquely determines ADT structure given some data?

How to design for extension using records