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

It.Foo

Synopsis

Documentation

foo :: a Source #

>>> :t 'a'
'a' :: Char
>>> "foo"
"foo"
>>> length it
3
>>> it * it
9
>>> :t it
it :: Int