brittany-0.14.0.1: source/library/Brittany.hs
{-# LANGUAGE NoImplicitPrelude #-}
module Brittany
( parsePrintModule
, staticDefaultConfig
, forwardOptionsSyntaxExtsEnabled
, userConfigPath
, findLocalConfigPath
, readConfigs
, readConfigsWithUserConfig
, Config
, CConfig(..)
, CDebugConfig(..)
, CLayoutConfig(..)
, CErrorHandlingConfig(..)
, CForwardOptions(..)
, CPreProcessorConfig(..)
, BrittanyError(..)
) where
import Brittany.Internal
import Brittany.Internal.Config
import Brittany.Internal.Config.Types
import Brittany.Internal.Types