Implement in Haskell the Church encoding of the pair for polymorphic λ-calculus/System F...
Read MoreIs it possible to define Omega combinator (λx.xx) in modern Haskell?...
Read MoreIs there any efficient way to convert an unary number to a binary number?...
Read MoreEVAL: undefined function NIL in Lisp...
Read MoreIs it usual for interaction nets to leave piles of redundant fans?...
Read MoreIs it possible to infer the normalized source of a pure λ function on Haskell?...
Read MoreHow can you recover the source code from a pure JavaScript function?...
Read MoreRecursion for church numerals in scheme...
Read MoreHow to use AND in Oz Programming language...
Read MoreWhat are the state-of-art methods for solving functional equations?...
Read MoreFinding out lambda calculus/haskell type of some example...
Read MoreAccess outer variable inside a block and Y-combinator...
Read MoreCalling/applying lambda vs. function call - the syntax in Ruby is different. Why?...
Read MoreWhy won't GHC reduce my type family?...
Read MoreCorrect form of letrec in Hindley-Milner type system?...
Read MoreConvert natural language into logical formula...
Read MoreHaskell - polymorphism and values depending on types...
Read MoreHow do you represent nested types using the Scott Encoding?...
Read MoreWhat is the right way to typecheck dependent lambda abstraction using 'bound'?...
Read MoreIs it possible to showcase the different strategies of evaluation by modifying this simple reducer?...
Read MoreExpanding Recursive Functions In Coq...
Read MoreIs it possible to implement a function that returns an n-tuple on the lambda calculus?...
Read MoreObtaining the predicates in a Lambda Calculus Expression...
Read MoreRotate the first argument to a function to become nth...
Read MoreHow to manually manipulate precedence of special expressions in Parsec?...
Read MoreDifference between call-by-value and call-by-name interpreter for the lambda calculus...
Read More