doctest-parallel-0.1: test/integration/TestDocumentationForArguments/Fib.hs
module TestDocumentationForArguments.Fib where
fib :: Int -- ^
-- >>> 23
-- 23
-> Int
fib _ = undefined
module TestDocumentationForArguments.Fib where
fib :: Int -- ^
-- >>> 23
-- 23
-> Int
fib _ = undefined