How to Install doctest in Ubuntu 18.04



Install doctest by entering the following commands in the terminal:

sudo apt update
sudo apt install doctest

Description:

test interactive Haskell examples; executable

The doctest program checks examples in source code comments. It is modeled after doctest for Python (). . Documentation is at . . This package contains the doctest executable.

Homepage: https://github.com/sol/doctest-haskell

Version: 0.11.4-1build1

Section: universe/devel