DEBSOURCES
Skip Quicknav
sources / haskell-doctest / 0.22.6-1 / test / parse / no-examples / Fib.hs
12345678910
module Fib where -- | Calculate Fibonacci numbers. -- @ -- some code -- @ -- -- foobar 23 fib :: Int -> Int -> Int fib _ = undefined