diff options
author | Camil Staps | 2017-03-06 23:33:45 +0100 |
---|---|---|
committer | Camil Staps | 2017-03-06 23:34:18 +0100 |
commit | 80f928e6c905f1e9d5948a5776e663da4c410e75 (patch) | |
tree | 3259b21e58b59579ba9ec517fd72a668ff2830ef /frontend | |
parent | Revert previous commit; did not work (diff) |
Allow module on lower levels
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/parse.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/parse.icl b/frontend/parse.icl index 03a968d..95e7b9d 100644 --- a/frontend/parse.icl +++ b/frontend/parse.icl @@ -5213,7 +5213,7 @@ wantNonUpperCaseName string pState */ wantLowerCaseName :: !String !ParseState -> (!String, !ParseState) wantLowerCaseName string pState - # (token, pState) = nextToken GeneralContext pState + # (token, pState) = nextToken TypeContext pState = case token of IdentToken name | isLowerCaseName name |