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 ()
|
|
|
|
|
|
|