lambdapi icon indicating copy to clipboard operation
lambdapi copied to clipboard

Share normalization of defined variables ?

Open fblanqui opened this issue 4 years ago • 0 comments

Currently, normalization of defined variables is not shared: https://github.com/Deducteam/lambdapi/blob/326d987306c51f1092d5cef6c36fc28f26896aa4/src/core/eval.ml#L164-L168

In addition, would it be better to deal with let's by extending c.defmap instead? https://github.com/Deducteam/lambdapi/blob/326d987306c51f1092d5cef6c36fc28f26896aa4/src/core/eval.ml#L154-L155

fblanqui avatar May 26 '21 07:05 fblanqui