type checker loop in pushCoe #38
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rhi/quox#38
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?
hælp
i found it
it's the η expansion for boxes, in
Q.Whnf.Coercion.pushCoe
in the function η expansions, you have something like
where the underlined thing is in whnf. for boxes it keeps "η-expanding" the head forever
type checker loopto type checker loop in pushCoeactually no the Π/Eq rules have the same problem after all lol