Module Check.AST.Indent.Let

Summary of exported operations:

checkLet :: Expression a -> Int -> State CheckState ()   
checkLet' :: SpanInfo -> [Decl a] -> Expression a -> Int -> State CheckState ()   
checkLetDeclarations :: Int -> [Decl a] -> Bool   
twoLines :: Span -> Int -> Int -> State CheckState ()   
declarationIndent :: Span -> Decl a -> Int -> State CheckState ()   
checkExprIndent :: Expression a -> Int -> Int -> Int -> State CheckState ()   

Exported operations:

checkLet :: Expression a -> Int -> State CheckState ()   

checkLet' :: SpanInfo -> [Decl a] -> Expression a -> Int -> State CheckState ()   

Further infos:
  • partially defined

checkLetDeclarations :: Int -> [Decl a] -> Bool   

twoLines :: Span -> Int -> Int -> State CheckState ()   

declarationIndent :: Span -> Decl a -> Int -> State CheckState ()   

checkExprIndent :: Expression a -> Int -> Int -> Int -> State CheckState ()