Skip to content
Snippets Groups Projects
Commit 2f52b9bb authored by stuebinm's avatar stuebinm
Browse files

smaller changes

parent 78e6f692
No related branches found
No related tags found
No related merge requests found
Pipeline #11561 failed
......@@ -155,11 +155,10 @@ checkLayerRec config depth layers =
-- Lintresults for sublayers and subsublayers etc.
subresults' =
checkLayerRec config depth
$ sublayers
checkLayerRec config depth sublayers
-- lintresult for the parent layer
parentResult = runLintWriter config parentAdjusted depth (checkLayer)
parentResult = runLintWriter config parentAdjusted depth checkLayer
-- the parent layer with adjusted sublayers
parentAdjusted =
......
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveFunctor #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
......@@ -7,7 +8,6 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE DeriveFunctor #-}
{-# OPTIONS_GHC -Wno-missing-signatures #-}
-- | a monad that collects warnings, outputs, etc,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment