j
k
j a
j l
Oops. The last code sample should have been
parseDeclarations :: Parser [Declaration] parseDeclarations = mdo decls <- many ParseDeclaration symbols let symbols = makeSymbolTable decls return decls
Back to the thread
Back to the list