Renamed Data.List.Any.Membership.Propositional -> Data.List.Membership.Propositional (changed in agda-stdlib)

This commit is contained in:
Wen Kokke 2018-06-02 21:04:11 +01:00
parent cfac659f51
commit 09d5af419b

View file

@ -880,7 +880,7 @@ Definitions similar to those in this chapter can be found in the standard librar
import Data.List using (List; _++_; length; reverse; map; foldr; downFrom)
import Data.List.All using (All; []; _∷_)
import Data.List.Any using (Any; here; there)
import Data.List.Any.Membership.Propositional using (_∈_)
import Data.List.Membership.Propositional using (_∈_)
import Algebra.Structures using (IsMonoid)
\end{code}
The standard library version of `IsMonoid` differs from the