Arend
Arend copied to clipboard
More general classifying expressions
Currently, pi-types and sigma-types are not allowed in classifying expressions of instances. Also, only a restricted form of lambda expressions is allowed.
Is it this code that does such restriction?
https://github.com/JetBrains/Arend/blob/3e8cfd5bd27421a8f78f5e7af326e21f55f3fab6/base/src/main/java/org/arend/typechecking/instance/pool/GlobalInstancePool.java#L122-L130