Skip to content

Commit

Permalink
agda2hs build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
liesnikov committed Jan 7, 2025
1 parent f8da11b commit 46cb2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LIBRARIES =

build: cabal-build

alllib: lib lib/Scope.hs lib/Scope/All.hs lib/Scope/Core.hs lib/Scope/Diff.hs lib/Scope/In.hs lib/Scope/Split.hs lib/Scope/Sub.hs
alllib: lib lib/Scope.hs lib/Scope/All.hs lib/Scope/Core.hs lib/Scope/Diff.hs lib/Scope/In.hs lib/Scope/Split.hs lib/Scope/Sub.hs lib/Scope/Cut.hs

# alllib: lib lib/*.hs

Expand Down
2 changes: 1 addition & 1 deletion src/Scope/In.agda
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ private variable
data Index : Set where
Zero : Index
Suc : Index Index
{-# COMPILE AGDA2HS Index #-}
{-# COMPILE AGDA2HS Index deriving Show #-}


data IsNth (@0 x : name) : @0 Scope name Index Set where
Expand Down

0 comments on commit 46cb2ca

Please sign in to comment.