Skip to content

Commit 502c903

Browse files
authored
Update src/Data/List/Fresh.agda
1 parent 09c8b5f commit 502c903

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
@@ -160,7 +160,7 @@ drop zero xs = xs
160160
drop (suc n) [] = []
161161
drop (suc n) (x ∷# xs) = drop n xs
162162

163-
module _ {P : Pred A p} (P? : U.Decidable {A = A} P) where
163+
module _ {P : Pred A p} (P? : Decidable P) where
164164

165165
takeWhile : List# A R List# A R
166166
takeWhile-# : y (xs : List# A R) y # xs y # takeWhile xs

0 commit comments

Comments
 (0)