Term Tracker #1
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: school/csci8980-f23#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Identity function:
\lambda x.x : \forall \alpha.\alpha \rightarrow \alpha
Identity function applied to unit:
(\lambda x.x)\top : \mathbb{1}
K-combinator:
\lambda x.(\lambda y.x) : \forall \alpha.(\forall \beta.\alpha \rightarrow (\beta \rightarrow \alpha))
This is the wrong type.
Project termsto Term Tracker