Skip to content

Commit

Permalink
manual fix for #1380 (#2285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmckinna authored Feb 14, 2024
1 parent dfd57bd commit 953be18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Data/Bool/Solver.agda
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- Automatic solvers for equations over booleans
------------------------------------------------------------------------

-- See README.Nat for examples of how to use similar solvers
-- See README.Data.Nat for examples of how to use similar solvers

{-# OPTIONS --cubical-compatible --safe #-}

Expand Down
2 changes: 1 addition & 1 deletion src/Data/Integer/Solver.agda
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- Automatic solvers for equations over integers
------------------------------------------------------------------------

-- See README.Integer for examples of how to use this solver
-- See README.Data.Integer for examples of how to use this solver

{-# OPTIONS --cubical-compatible --safe #-}

Expand Down
2 changes: 1 addition & 1 deletion src/Data/Integer/Tactic/RingSolver.agda
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- Automatic solvers for equations over integers
------------------------------------------------------------------------

-- See README.Integer for examples of how to use this solver
-- See README.Tactic.RingSolver for examples of how to use this solver

{-# OPTIONS --cubical-compatible --safe #-}

Expand Down
2 changes: 1 addition & 1 deletion src/Data/Nat/Solver.agda
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- Automatic solvers for equations over naturals
------------------------------------------------------------------------

-- See README.Nat for examples of how to use this solver
-- See README.Data.Nat for examples of how to use this solver

{-# OPTIONS --cubical-compatible --safe #-}

Expand Down

0 comments on commit 953be18

Please sign in to comment.