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

It.Setup

Synopsis

Documentation

>>> :t 'a'
'a' :: Char
>>> 42 :: Int
42
>>> it
42

foo :: a Source #

>>> it * it
1764

bar :: a Source #

>>> it * it
1764