Search code examples
How to create ADT in Haskell?...

scalahaskellalgebraic-data-types

Read More
How do you extract the value from multiple variants of a custom type?...

pattern-matchingelmalgebraic-data-types

Read More
How do I unwrap a generic type alias from a union type which makes the type alias more specific?...

typeselmalgebraic-data-typesunificationparametric-polymorphism

Read More
Is there a less verbose way to unwrap a type with only a single tag?...

pattern-matchingelmalgebraic-data-types

Read More
Fmap over a list containing single elements and lists...

haskellcompiler-errorsfunctortype-mismatchalgebraic-data-types

Read More
How is polymorphic comparison defined on ADTs?...

comparisonocamlalgebraic-data-types

Read More
Unable to match a parameterized type with a concrete type after pattern-matching...

scalapattern-matchingtype-parameteralgebraic-data-types

Read More
Modifying immutable substructures...

c++c++17immutabilitymonadsalgebraic-data-types

Read More
Resolving readEither on ADT...

haskellalgebraic-data-typeseither

Read More
Error converting data type nvarchar to numeric. Tried convert and replace...

sql-serversqldatatypesalgebraic-data-types

Read More
Laziness/strictness between data and newtype...

haskelllazy-evaluationalgebraic-data-typesnewtype

Read More
How Can I Restrict the Usage of an F# Union Type to A Particular Option...

genericsf#algebraic-data-typesdiscriminated-union

Read More
Int of Int in Ocaml types...

typesocamlvariantalgebraic-data-types

Read More
Unsure how to use a given data type...

haskellalgebraic-data-types

Read More
Is the concept of Algebraic Data Type akin to Class definitions in OO languages?...

functional-programmingalgebraic-data-types

Read More
Traversable in Haskell...

haskellalgebraic-data-types

Read More
Why can I use Maybe with record syntax, but not regular ADT syntax?...

haskellalgebraic-data-types

Read More
Please confirm or correct my "English interpretation" of this Haskell code snippet...

c#haskelltypesf#algebraic-data-types

Read More
How to concisely unwrap an algebraic data type in OCaml?...

ocamlalgebraic-data-types

Read More
Haskell Map Function for Algebraic Data types...

haskellfunctional-programminghigher-order-functionsfoldalgebraic-data-types

Read More
Can I use == and /= without using Eq?...

haskellalgebraic-data-types

Read More
Why can't i re-use same value constructor among different data types?...

haskellalgebraic-data-typesuser-defined-data-typesvalue-constructor

Read More
Storing type fields in a list...

haskellalgebraic-data-types

Read More
Haskell Data Types...

haskellrecursiongrammaralgebraic-data-typesrecursive-datastructures

Read More
Complexity of linked-lists concatenation...

scaladata-structureslinked-listtime-complexityalgebraic-data-types

Read More
Is there a Haskell equivalent of OOP's abstract classes, using algebraic data types or polymorph...

haskellfunctional-programmingpolymorphismtypeclassalgebraic-data-types

Read More
Error when accessing specific ADT...

haskellalgebraic-data-types

Read More
Haskell record pattern matching...

haskellpattern-matchingrecordalgebraic-data-types

Read More
Non-positive occurrence due to polymorphic function...

coqalgebraic-data-types

Read More
Creating a rectangle? - Haskell...

haskelltypescompiler-errorstype-mismatchalgebraic-data-types

Read More
BackNext