Search code examples
Interpreting ASTs in Python 3.6: isinstance vs. monkey-patching vs. visit_NodeType vs. macros?...


pythonpython-3.xmonkeypatchingvisitor-patternalgebraic-data-types

Read More
Why does a sum-type of `a` containing a list constructor not match a list of `a`?...


haskelltypesalgebraic-data-types

Read More
Pattern matching tagged union types...


elmalgebraic-data-types

Read More
Avoid tedious implementation of Ord...


haskelltypeclassalgebraic-data-types

Read More
Pattern-matching the nested union types...


elmalgebraic-data-types

Read More
Container Algebraic Data Type in Scala...


scalascala-collectionsalgebraic-data-types

Read More
What type of algebraic data type is Option[T] or Optional<T>...


functional-programmingalgebraic-data-types

Read More
Invalid data type...


haskelltypesalgebraic-data-types

Read More
Scala ADT Type Mismatch...


scalaalgebraic-data-types

Read More
Why are sum types called sum types?...


algebraic-data-typesdiscriminated-union

Read More
Haskell Cyclic Ord Relationship...


haskellalgebraic-data-types

Read More
Why does a function constructed with pattern matching have the Eq type constraint but not when using...


haskellequalitytypeclassghcialgebraic-data-types

Read More
Clojure algebraic data types...


clojurealgebraic-data-types

Read More
Will the var members in case class affect case class's equality?...


scalaequalitycase-classalgebraic-data-types

Read More
Declare tuples in binary trees in OCaml...


ocamlbinary-treealgebraic-data-types

Read More
OCaml not accepting type constructor for binary tree...


ocamlalgebraic-data-types

Read More
User defined variables wont recognize that its own type list IS the type...


recursiontypesocamlalgebraic-data-types

Read More
Mathematical equation with mixed data types in java...


javaequationalgebraic-data-types

Read More
Align polymorphic variant types between calling function and callback...


typesocamlalgebraic-data-typessubtyping

Read More
Initial algebra for rose trees...


haskellrecursionalgebraalgebraic-data-typescategory-theory

Read More
Reason for [typof T] in generics having different semantics that a hard coded type?...


typescriptalgebraic-data-typestypescript-generics

Read More
Local data type definitions...


haskellsyntaxstate-machinealgebraic-data-types

Read More
C++ equivalent of algebraic datatype?...


c++haskellalgebraic-data-types

Read More
Haskell nested algebraic data type...


haskellalgebraic-data-types

Read More
Should Maybe's be used to hold error messages?...


haskelltypesalgebraic-data-types

Read More
Haskell's algebraic data types...


data-structureshaskelltypesfunctional-programmingalgebraic-data-types

Read More
Definition of List in Agda...


typesfunctional-programmingagdaalgebraic-data-typesgadt

Read More
assertions on inductive data types in CVC4...


smtalgebraic-data-typescvc4

Read More
recursive datatypes in haskell...


cpointershaskelltype-safetyalgebraic-data-types

Read More
Ocaml disambiguates inferred types by their proximity to the value?...


ocamltype-inferencealgebraic-data-typessubtypingrefinement-type

Read More
BackNext