Skip to content

Commit

Permalink
Change name of index file
Browse files Browse the repository at this point in the history
  • Loading branch information
omelkonian committed Sep 13, 2024
1 parent 99c522f commit 7cd9de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
agda-version: 2.7.0
stdlib-version: 2.1.1
main: Classes
main: standard-library-classes
deploy: ${{ github.ref == 'refs/heads/master' }}
token: ${{ secrets.GITHUB_TOKEN }}
ribbon: true
Expand Down
2 changes: 1 addition & 1 deletion Classes.agda → standard-library-classes.agda
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-# OPTIONS --with-K #-}
module Classes where
module standard-library-classes where

-- ** Algebraic structures
open import Class.Semigroup public
Expand Down

0 comments on commit 7cd9de3

Please sign in to comment.