We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02eae0f + 7ab6d40 commit c55501eCopy full SHA for c55501e
System/OsPath/Data/ByteString/Short/Word16.hs
@@ -149,25 +149,19 @@ import Data.Bits
149
( shiftR )
150
import Data.Word
151
import Prelude hiding
152
- ( all
+ ( Foldable(..)
153
+ , all
154
, any
155
, reverse
156
, break
157
, concat
158
, drop
159
, dropWhile
- , elem
160
, filter
161
- , foldl
162
- , foldl1
163
- , foldr
164
- , foldr1
165
, head
166
, init
167
, last
168
- , length
169
, map
170
- , null
171
, replicate
172
, span
173
, splitAt
0 commit comments