Search code examples
How to avoid SML datatype repetition in structures and signatures?...


modulesmlalgebraic-data-types

Read More
Introducing shape data type in Haskell...


haskellalgebraic-data-types

Read More
Return an infinite tree consisting of only nodes in Haskell...


haskellrecursiontreeinfinitealgebraic-data-types

Read More
How to build an inductive type for cobordisms using Coq?...


coqalgebraic-data-types

Read More
In Agda is it possible to define a datatype that has equations?...


agdaalgebraic-data-types

Read More
How to implement custom ordering for data types in Haskell?...


haskellalgebraic-data-typesord

Read More
Single Constructor Algebraic Data Type: what does it mean?...


haskellalgebraic-data-types

Read More
Using Free with a non-functor in Scalaz...


scaladesign-patternsfunctional-programmingscalazalgebraic-data-types

Read More
Handling records with shared substructure in Elm...


polymorphismalgebraic-data-typeselm

Read More
Is there such as thing as "type extensions" in Haskell?...


haskellalgebraic-data-types

Read More
Why in algebraic data types, if I can define a special `from` and `to` function for two types, the t...


haskellequalityalgebraic-data-types

Read More
How to write a "from" and "to" function for "Add Void a === a"?...


haskellalgebraic-data-types

Read More
Is there a way in Haskell to express a point free function to edit the property of a data type?...


haskellfunctional-programmingalgebraic-data-types

Read More
Counting of algebraic data types...


haskelltheoryalgebraic-data-types

Read More
OCaml typesystem unintended nesting...


ocamltype-inferencealgebraic-data-types

Read More
A more succinct way to map functions onto fields of an algebraic datatype?...


haskellalgebraic-data-types

Read More
GADTs: Difference between 'Algebraic' and 'Abstract'?...


haskellabstract-data-typealgebraic-data-typesgadt

Read More
Recursive algebraic data types via polymorphism in Haskell...


haskellalgebraic-data-typesparametric-polymorphism

Read More
Constructive solid Geometry in functional programming...


haskellfunctional-programmingtypeclassraytracingalgebraic-data-types

Read More
Haskell Linked List Algebraic Datatype...


haskelllinked-listalgebraic-data-types

Read More
Haskell: convert `type` to `data` statement...


haskelltypesmonadsalgebraic-data-typesio-monad

Read More
Create algebraic data type case class from a string...


scalaenumerationcase-classalgebraic-data-types

Read More
Finding the value of a node in a Haskell tree...


haskelltreealgebraic-data-types

Read More
"Composite" algebraic data types in Scala and Haskell...


scalahaskellalgebraic-data-types

Read More
Redundant information in zipper data type in Data.Tree.Zipper?...


haskelltreealgebraic-data-typeszipper

Read More
Does OCaml have record syntax in disjoint unions?...


typesocamlrecordalgebraic-data-types

Read More
Where did defadt go in new clojure contrib?...


clojurealgebraic-data-typesclojure-contrib

Read More
How do you formulate n-ary product and sum types in this typed lambda calculus universe?...


haskelllambda-calculusalgebraic-data-typesgadtdata-kinds

Read More
Scala Algebraic Data Types for file extension to format mapping...


scalacase-classalgebraic-data-types

Read More
Pattern matching against value constructors in type variables / some sort of flexible function-polym...


haskellalgebraic-data-types

Read More
BackNext