doctest-parallel-0.1: test/integration/TestBlankline/Fib.hs
module TestBlankline.Fib where -- | Calculate Fibonacci number of given 'Num'. -- -- >>> putStrLn "foo\n\nbar" -- foo -- <BLANKLINE> -- bar fib :: (Num t, Num t1) => t -> t1 fib _ = undefined