doctest-parallel-0.2: Test interactive Haskell examples
Safe HaskellSafe-Inferred
LanguageHaskell2010

Setup.Foo

Synopsis

Documentation

>>> let x = 23 :: Int

foo :: Int Source #

>>> x + foo
65