How to implement a function that lazy evaluates a lamba calculus in Haskell?

后端 未结 0 995
予麋鹿
予麋鹿 2021-01-25 08:09

Hey I implemented this LExpr Data Type in Haskell, which is an implementation of the Lambda Calculus.

The definition of LExpr:

> data LExpr
>   = Var         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题