Skip to content

Commit c20a2c3

Browse files
authored
Update src/Data/List/Fresh.agda
1 parent de98e4e commit c20a2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/List/Fresh.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ open import Data.Maybe.Base as Maybe using (Maybe; just; nothing)
2323
open import Data.Nat.Base using (ℕ; zero; suc)
2424
open import Function.Base using (_∘′_; flip; id; _on_)
2525
open import Relation.Nullary using (does)
26-
open import Relation.Unary as U using (Pred)
26+
open import Relation.Unary as Unary using (Pred; Decidable)
2727
open import Relation.Binary.Core using (Rel; REL)
2828
import Relation.Binary.Definitions as B using (Reflexive)
2929
open import Relation.Nary using (_⇒_; ∀[_])

0 commit comments

Comments
 (0)