Skip to content

Commit a60eefb

Browse files
authored
Update src/Induction/WellFounded.agda
1 parent 20d5846 commit a60eefb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Induction/WellFounded.agda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ module Induction.WellFounded where
1111
open import Data.Product.Base using (Σ; _,_; proj₁; proj₂)
1212
open import Function.Base using (_∘_; flip; _on_)
1313
open import Induction
14-
using (RecStruct; RecursorBuilder; Recursor; build; SubsetRecursorBuilder
15-
; SubsetRecursor; subsetBuild)
14+
using (RecStruct; RecursorBuilder; Recursor; build
15+
; SubsetRecursorBuilder; SubsetRecursor; subsetBuild)
1616
open import Level using (Level; _⊔_)
1717
open import Relation.Binary.Core using (Rel)
1818
open import Relation.Binary.Definitions

0 commit comments

Comments
 (0)