never executed always true always false
    1 module ElmFormat.AST.PublicAST.Config (Config(..)) where
    2 
    3 
    4 newtype Config =
    5     Config
    6         { showSourceLocation :: Bool
    7         }