Search code examples
how to control the order of evaluation in call by value?...


lambdafunctional-programminglambda-calculus

Read More
Lambda calculus - evaluating these lazy parameters...


computer-sciencelambda-calculuscomputer-science-theory

Read More
How to encode in lambda calculus...


haskelllambdasemanticslambda-calculus

Read More
Lambda calculus beta reduction specific steps and why...


haskelllambdafunctional-programminglambda-calculus

Read More
Was the reason that Haskell had single-argument functions to be like lambda calculus?...


haskellargumentscurryinglambda-calculus

Read More
How to encode the identity function in ANF?...


lambda-calculus

Read More
What does Core Haskell applying types to functions mean?...


functionhaskelltypesghclambda-calculus

Read More
What is the canonical implementation of System F?...


typeslambda-calculussystem-ftyped-lambda-calculus

Read More
Call by name vs normal order...


lambda-calculuscallbynameevaluation-strategy

Read More
What is required to extend an Untyped Lambda calculus implementation to cover the Simply Typed Lambd...


haskellschemelambda-calculussystem-f

Read More
Y Combinator implementation Scheme...


schemelambda-calculusy-combinator

Read More
Type of anonymous identity function in Idris...


identityanonymous-functiontype-inferencelambda-calculusidris

Read More
Find the most general types of the following lambda calculus terms...


typeslambdatype-inferencelambda-calculuschurch-encoding

Read More
Using the y combinator in haskell...


haskelllambda-calculuscombinators

Read More
What are the semantics of adding the parameter in LHS of function definition in haskell?...


haskellfunctional-programminglambda-calculus

Read More
How to implement Church encoding division in haskell?...


haskelllambda-calculuschurch-encoding

Read More
lambda calculus in scala...


scalalambda-calculuschurch-encoding

Read More
Well typed and ill typed lambda terms...


type-inferencelambda-calculus

Read More
Recursive lambda calculus function...


recursionfunctional-programminglambda-calculusy-combinator

Read More
How to model the output of the binary lambda calculus?...


haskellprogramming-languagesinterpreterlambda-calculus

Read More
Difference between "free variable" and "free occurrence of a variable" in contex...


substitutionlambda-calculusfree-variablebound-variable

Read More
Values of lambda expressions and associativity...


lambdalambda-calculus

Read More
Difference between beta reduction and single step beta reduction?...


betalambda-calculusreduction

Read More
Is There an LL(k) Grammar for PCF?...


parsingfunctional-programminglambda-calculus

Read More
Thue-Morse Sequence in one Line of Haskell...


haskelllambdalambda-calculus

Read More
can't deduce the numeral representation (church encoding) of a lambda expression λx.λy.x(xy)...


lambda-calculuschurch-encoding

Read More
Subtraction operation using only increment, loop, assign, zero...


mathlogicadditionsubtractionlambda-calculus

Read More
Is it actually possible to remove "Pi" from Calculus of Constructions?...


haskelltypestype-systemslambda-calculus

Read More
What is a mapping between natural numbers and valid simply typed lambda calculus terms?...


algorithmsearchfunctional-programmingenumerationlambda-calculus

Read More
Implement in Haskell the Church encoding of the pair for polymorphic λ-calculus/System F...


haskellfunctional-programmingpolymorphismlambda-calculuschurch-encoding

Read More
BackNext