checkpoint

This commit is contained in:
2023-05-20 17:10:58 -07:00
parent ec3cf04db4
commit 6850725d3b
2 changed files with 15 additions and 3 deletions

View File

@@ -189,7 +189,7 @@ parseDecl = parseImport <|> parseSig <|> parseDef <|> parseData
export
parseMod : Parser Module
parseMod = do
keyword "module"
sameLevel $ keyword "module"
name <- ident
-- probably should be manySame, and we want to start with col -1
-- if we enforce blocks indent more than parent