Skip to content

Instantly share code, notes, and snippets.

@cartazio
Created April 21, 2014 17:53
Show Gist options
  • Save cartazio/11150584 to your computer and use it in GitHub Desktop.
Save cartazio/11150584 to your computer and use it in GitHub Desktop.
built with -Wall -fno-warn-name-shadowing -fno-warn-unused-imports
Data/Vector/Fusion/Util.hs:25:10: Warning:
‘Id’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
Data/Vector/Fusion/Util.hs:35:10: Warning:
‘Box’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
Data/Vector/Fusion/Stream/Size.hs:25:10: Warning:
No explicit implementation for
‘*’, ‘abs’, and ‘signum’
In the instance declaration for ‘Num Size’
Data/Vector/Fusion/Stream/Monadic.hs:232:16: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:247:17: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:255:17: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:270:17: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:286:17: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:335:33: Warning:
Defined but not used: ‘x’
Data/Vector/Fusion/Stream/Monadic.hs:359:12: Warning:
Defined but not used: ‘s’
Data/Vector/Fusion/Stream/Monadic.hs:359:15: Warning:
Defined but not used: ‘i’
Data/Vector/Fusion/Stream/Monadic.hs:369:42: Warning:
Defined but not used: ‘x’
Data/Vector/Fusion/Stream/Monadic.hs:412:19: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:702:16: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:729:16: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:752:21: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:776:18: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:799:19: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:822:19: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:847:20: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:870:18: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:888:20: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:896:20: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:911:15: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:924:14: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream/Monadic.hs:1354:1: Warning:
Defined but not used: ‘enumFromTo_big_int’
Data/Vector/Fusion/Stream/Monadic.hs:1413:30: Warning:
Defaulting the following constraint(s) to type ‘Integer’
(Ord a0)
arising from a use of ‘>’
at Data/Vector/Fusion/Stream/Monadic.hs:1413:30
(Num a0)
arising from a use of ‘+’
at Data/Vector/Fusion/Stream/Monadic.hs:1416:27
(Integral a0)
arising from a use of ‘truncate’
at Data/Vector/Fusion/Stream/Monadic.hs:1416:13-20
In the sixth argument of ‘Ck.check’, namely ‘(n > 0)’
In the expression:
((Ck.check "./Data/Vector/Fusion/Stream/Monadic.hs" 1412)
Ck.Bounds)
"enumFromTo" "vector too large" (n > 0)
In the expression:
((Ck.check "./Data/Vector/Fusion/Stream/Monadic.hs" 1412)
Ck.Bounds)
"enumFromTo" "vector too large" (n > 0)
$ fromIntegral n
Data/Vector/Fusion/Stream/Monadic.hs:1463:11: Warning:
Defined but not used: ‘xs’
Data/Vector/Fusion/Stream/Monadic.hs:1465:14: Warning:
Defined but not used: ‘n’
Data/Vector/Fusion/Stream.hs:487:15: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream.hs:492:15: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream.hs:502:16: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream.hs:508:16: Warning:
Defined but not used: ‘sPEC’
Data/Vector/Fusion/Stream.hs:515:10: Warning:
Orphan instance: instance Eq a => Eq (M.Stream Id a)
Data/Vector/Fusion/Stream.hs:519:10: Warning:
Orphan instance: instance Ord a => Ord (M.Stream Id a)
Data/Vector/Generic/Mutable.hs:537:1: Warning:
Defined but not used: ‘growFront’
Data/Vector/Generic/Mutable.hs:540:1: Warning:
Top-level binding with no type signature:
enlarge_delta :: forall (v :: * -> * -> *) s a.
MVector v a =>
v s a -> Int
Data/Vector/Generic/Mutable.hs:609:1: Warning:
Defined but not used: ‘exchange’
Data/Vector/Generic/Mutable.hs:642:1: Warning:
Defined but not used: ‘unsafeExchange’
Data/Vector/Generic.hs:587:12: Warning: Defined but not used: ‘i’
Data/Vector/Generic.hs:616:12: Warning: Defined but not used: ‘i’
Data/Vector/Generic.hs:1201:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1201:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1202:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1202:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1203:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1203:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1209:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1209:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1209:30: Warning: Defined but not used: ‘d’
Data/Vector/Generic.hs:1210:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1210:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1210:30: Warning: Defined but not used: ‘d’
Data/Vector/Generic.hs:1211:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1211:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1211:30: Warning: Defined but not used: ‘d’
Data/Vector/Generic.hs:1212:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1212:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1212:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1218:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1218:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1218:30: Warning: Defined but not used: ‘d’
Data/Vector/Generic.hs:1218:33: Warning: Defined but not used: ‘e’
Data/Vector/Generic.hs:1219:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1219:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1219:30: Warning: Defined but not used: ‘d’
Data/Vector/Generic.hs:1219:33: Warning: Defined but not used: ‘e’
Data/Vector/Generic.hs:1220:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1220:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1220:30: Warning: Defined but not used: ‘d’
Data/Vector/Generic.hs:1220:33: Warning: Defined but not used: ‘e’
Data/Vector/Generic.hs:1221:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1221:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1221:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1221:33: Warning: Defined but not used: ‘e’
Data/Vector/Generic.hs:1222:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1222:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1222:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1222:30: Warning: Defined but not used: ‘d’
Data/Vector/Generic.hs:1228:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1228:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1228:30: Warning: Defined but not used: ‘d’
Data/Vector/Generic.hs:1228:33: Warning: Defined but not used: ‘e’
Data/Vector/Generic.hs:1228:36: Warning: Defined but not used: ‘f’
Data/Vector/Generic.hs:1229:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1229:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1229:30: Warning: Defined but not used: ‘d’
Data/Vector/Generic.hs:1229:33: Warning: Defined but not used: ‘e’
Data/Vector/Generic.hs:1229:36: Warning: Defined but not used: ‘f’
Data/Vector/Generic.hs:1230:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1230:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1230:30: Warning: Defined but not used: ‘d’
Data/Vector/Generic.hs:1230:33: Warning: Defined but not used: ‘e’
Data/Vector/Generic.hs:1230:36: Warning: Defined but not used: ‘f’
Data/Vector/Generic.hs:1231:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1231:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1231:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1231:33: Warning: Defined but not used: ‘e’
Data/Vector/Generic.hs:1231:36: Warning: Defined but not used: ‘f’
Data/Vector/Generic.hs:1232:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1232:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1232:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1232:30: Warning: Defined but not used: ‘d’
Data/Vector/Generic.hs:1232:36: Warning: Defined but not used: ‘f’
Data/Vector/Generic.hs:1233:21: Warning: Defined but not used: ‘a’
Data/Vector/Generic.hs:1233:24: Warning: Defined but not used: ‘b’
Data/Vector/Generic.hs:1233:27: Warning: Defined but not used: ‘c’
Data/Vector/Generic.hs:1233:30: Warning: Defined but not used: ‘d’
Data/Vector/Generic.hs:1233:33: Warning: Defined but not used: ‘e’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment