Fix parse issue with $ in []
This commit is contained in:
@@ -104,7 +104,7 @@ listTypeExp = do
|
|||||||
fc <- getPos
|
fc <- getPos
|
||||||
symbol "["
|
symbol "["
|
||||||
-- many of these though
|
-- many of these though
|
||||||
tms <- sepBy' (symbol ",") parseOp
|
tms <- sepBy' (symbol ",") typeExpr
|
||||||
nilFC <- getPos
|
nilFC <- getPos
|
||||||
symbol "]"
|
symbol "]"
|
||||||
pure $ expandList nilFC tms
|
pure $ expandList nilFC tms
|
||||||
|
|||||||
Reference in New Issue
Block a user