How to Install hugs in Ubuntu 18.04



Install hugs by entering the following commands in the terminal:

sudo apt update
sudo apt install hugs

Description:

A Haskell 98 interpreter

Hugs is an interpreter for the non-strict, purely functional programming language Haskell. This version of Hugs, Hugs 98, supports nearly all of the Haskell 98 specification, as well as a number of extensions. . The Haskell language is described by documents in the haskell-doc package. Other libraries are documented in the ghc6-doc package.

Version: 98.200609.21-5.4build1

Section: universe/interpreters