dhall-1.24.0: A configuration language guaranteed to terminate

Safe HaskellNone
LanguageHaskell2010

Dhall.Lint

Contents

Description

This module contains the implementation of the dhall lint command

Synopsis

Lint

lint :: Expr s Import -> Expr t Import Source #

Automatically improve a Dhall expression

Currently this:

removeLetInLet :: Eq a => Expr s a -> Maybe (Expr s a) Source #