Skip to content

Commit 953be18

Browse files
authored
manual fix for #1380 (#2285)
1 parent dfd57bd commit 953be18

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Data/Bool/Solver.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- Automatic solvers for equations over booleans
55
------------------------------------------------------------------------
66

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

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

src/Data/Integer/Solver.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- Automatic solvers for equations over integers
55
------------------------------------------------------------------------
66

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

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

src/Data/Integer/Tactic/RingSolver.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- Automatic solvers for equations over integers
55
------------------------------------------------------------------------
66

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

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

src/Data/Nat/Solver.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- Automatic solvers for equations over naturals
55
------------------------------------------------------------------------
66

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

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

0 commit comments

Comments
 (0)