zephyr-0.3.2: Zephyr, tree-shaking for the PureScript language

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.DCE.Errors

Description

Errors used in dead call elimination.

Synopsis

Documentation

data Level Source #

Constructors

Error 
Warning 
Instances
Show Level Source # 
Instance details

Defined in Language.PureScript.DCE.Errors

Methods

showsPrec :: Int -> Level -> ShowS #

show :: Level -> String #

showList :: [Level] -> ShowS #