purescript-0.15.8: PureScript Programming Language Compiler
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.PureScript.CoreImp.Optimizer.TCO

Description

This module implements tail call elimination.

Synopsis

Documentation

tco :: AST -> AST Source #

Eliminate tail calls