Skip to content

Commit

Permalink
agda-stdlib (not 2.0); ring solver sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
conal committed Feb 12, 2024
1 parent b3208da commit dc45407
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion felix.agda-lib
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: felix
depend: standard-library-2.0
depend: standard-library
include: src
4 changes: 4 additions & 0 deletions src/Felix/All.agda
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

module Felix.All where

-- Temporary sanity check while finding a commit point in agda-stdlib that will
-- work with agda-2.6.3 and Felix and reflection (particularly the ring solver).
open import Data.Nat.Tactic.RingSolver using (solve-∀)

import Felix.Object
import Felix.Equiv
import Felix.Raw
Expand Down

0 comments on commit dc45407

Please sign in to comment.