input/code.hs:1:1: warning: [-Wmissing-signatures]
Top-level binding with no type signature: main :: IO ()
input/code.hs:11:1: warning: [-Wmissing-signatures]
Top-level binding with no type signature: modulo :: Integer
input/code.hs:13:1: warning: [-Wmissing-signatures]
Top-level binding with no type signature:
next :: [Integer] -> (Int, [Integer]) -> [Integer]
input/code.hs:16:1: warning: [-Wmissing-signatures]
Top-level binding with no type signature: pt :: [[Integer]]
input/code.hs:16:14: warning: [-Wtype-defaults]
* Defaulting the following constraints to type `Integer'
(Num a0) arising from a use of `pt_calc' at input/code.hs:16:14-20
(Num a0) arising from a use of `+' at input/code.hs:14:18-20
(Num a0)
arising from the literal `1000000007' at input/code.hs:11:10-19
(Show a0) arising from a use of `show' at input/code.hs:9:16-36
(Integral a0) arising from a use of `mod' at input/code.hs:9:23-36...