Skip to content

Commit 6660e8c

Browse files
authored
Hide Data.Fin.Induction.<-wellFounded in Induction.Nat (#1261)
1 parent 96acd8a commit 6660e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Induction/Nat.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
module Induction.Nat where
1111

1212
open import Data.Nat.Induction public
13-
open import Data.Fin.Induction public
13+
open import Data.Fin.Induction public hiding (<-wellFounded)
1414

1515
{-# WARNING_ON_IMPORT
1616
"Induction.Nat was deprecated in v1.1.

0 commit comments

Comments
 (0)