Skip to content

Commit

Permalink
Add case for in
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasHoefer committed Jun 26, 2024
1 parent c4a625a commit 715ab55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PosTT/Eval.hs
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ doCoePartial r0 r1 = go False
go forced l@(TrIntClosure i a _) = case a of
VU{} -> identity VU
VSum{} -> VCoePartial r0 r1 l
VHSum{} -> VCoePartial r0 r1 l
VPi{} -> VCoePartial r0 r1 l
VSigma{} -> VCoePartial r0 r1 l
VPath{} -> VCoePartial r0 r1 l
Expand Down

0 comments on commit 715ab55

Please sign in to comment.