Skip to content

Commit

Permalink
fix unfolding
Browse files Browse the repository at this point in the history
  • Loading branch information
liesnikov authored and jespercockx committed Jul 27, 2024
1 parent e46a72d commit c0a1f41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Scope/All.agda
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ opaque
{-# COMPILE AGDA2HS allLookup #-}

opaque
unfolding All lookupAll mapAll
unfolding All findAll lookupAll lookupHere lookupThere
unfolding mapAll tabulateAll allIn rezzAll allInScope allLookup

AllThings : Set₁
AllThings = Set

0 comments on commit c0a1f41

Please sign in to comment.