diff --git a/src/Lib/Parser.newt b/src/Lib/Parser.newt index 854ff2a..4840a6f 100644 --- a/src/Lib/Parser.newt +++ b/src/Lib/Parser.newt @@ -104,7 +104,7 @@ listTypeExp = do fc <- getPos symbol "[" -- many of these though - tms <- sepBy' (symbol ",") parseOp + tms <- sepBy' (symbol ",") typeExpr nilFC <- getPos symbol "]" pure $ expandList nilFC tms