Search code examples
Implement in Haskell the Church encoding of the pair for polymorphic λ-calculus/System F...


haskellfunctional-programmingpolymorphismlambda-calculuschurch-encoding

Read More
Is it possible to define Omega combinator (λx.xx) in modern Haskell?...


haskelllambda-calculus

Read More
Ruby and Lambda calculus...


rubylambdalambda-calculus

Read More
Y-Combinator definiton...


lambda-calculusy-combinator

Read More
Add4 Using Lambda Expression...


functional-programminglambdalambda-calculus

Read More
Is there any efficient way to convert an unary number to a binary number?...


algorithmhaskellfunctional-programminglambda-calculus

Read More
EVAL: undefined function NIL in Lisp...


lispcommon-lisplambda-calculus

Read More
Is it usual for interaction nets to leave piles of redundant fans?...


haskelllambdafunctional-programminglambda-calculusinteraction-nets

Read More
Is it possible to infer the normalized source of a pure λ function on Haskell?...


algorithmhaskellfunctional-programminglambda-calculus

Read More
How can you recover the source code from a pure JavaScript function?...


javascriptfunctional-programminglambda-calculus

Read More
Recursion for church numerals in scheme...


recursionschemelambda-calculuschurch-encoding

Read More
How to use AND in Oz Programming language...


lambda-calculusoz

Read More
What are the state-of-art methods for solving functional equations?...


haskellfunctional-programmingequationsolverlambda-calculus

Read More
Eliminate lambda in Scheme?...


lambdafunctional-programmingschemelambda-calculus

Read More
Finding out lambda calculus/haskell type of some example...


haskelllambdalambda-calculus

Read More
Access outer variable inside a block and Y-combinator...


lambda-calculusy-combinatorxbase

Read More
Calling/applying lambda vs. function call - the syntax in Ruby is different. Why?...


rubylambda-calculuslambda

Read More
Why won't GHC reduce my type family?...


haskelllambda-calculusgadttype-families

Read More
Correct form of letrec in Hindley-Milner type system?...


functional-programmingtype-inferencelambda-calculushindley-milner

Read More
Convert natural language into logical formula...


logicnlpnltklambda-calculus

Read More
Haskell - polymorphism and values depending on types...


haskellpolymorphismlambda-calculustype-families

Read More
How do you represent nested types using the Scott Encoding?...


haskellfunctional-programminglambda-calculusalgebraic-data-typesscott-encoding

Read More
What is the right way to typecheck dependent lambda abstraction using 'bound'?...


haskelllambda-calculusdependent-type

Read More
Is it possible to showcase the different strategies of evaluation by modifying this simple reducer?...


haskelllambdafunctional-programminglazy-evaluationlambda-calculus

Read More
Expanding Recursive Functions In Coq...


computer-sciencerocq-proverlambda-calculustheorem-proving

Read More
Is it possible to implement a function that returns an n-tuple on the lambda calculus?...


haskelllambdafunctional-programminglambda-calculus

Read More
Obtaining the predicates in a Lambda Calculus Expression...


pythonnlpnltklambda-calculus

Read More
Rotate the first argument to a function to become nth...


scalahaskellfunctional-programminglambda-calculus

Read More
How to manually manipulate precedence of special expressions in Parsec?...


haskellcompiler-constructioninterpreterparseclambda-calculus

Read More
Difference between call-by-value and call-by-name interpreter for the lambda calculus...


haskelllambda-calculuscallbynamecall-by-value

Read More
BackNext