Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Apr 14, 2023
1 parent c85a498 commit 6fd07aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Juvix/Compiler/Concrete/Keywords.hs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ allKeywords =
kwWildcard
]

-- | Keywords that do not need to be reserved
-- | Keywords that do not need to be reserved. Currently only for documentation
-- purposes
nonKeywords :: [Keyword]
nonKeywords =
[ kwAs
Expand Down

0 comments on commit 6fd07aa

Please sign in to comment.