no-recursion-0.1.1.0: A GHC plugin to remove support for recursion
Safe HaskellUnsafe
LanguageHaskell2010

NoRecursion

Description

A plugin that identifies and reports on uses of recursion. The name evokes a language pragma – implying a Recursion pragma that is enabled by default.

Synopsis

Documentation

plugin :: Plugin Source #

The entrypoint for the NoRecursion plugin.