Safe Haskell | None |
---|---|
Language | Haskell2010 |
Dhall.Format
Contents
Description
This module contains the implementation of the dhall format
subcommand
Synopsis
- data Format = Format {
- chosenCharacterSet :: Maybe CharacterSet
- censor :: Censor
- transitivity :: Transitivity
- inputs :: NonEmpty Input
- outputMode :: OutputMode
- format :: Format -> IO ()
Format
Arguments to the format
subcommand
Constructors
Format | |
Fields
|