Pascal

Results 2 issues of Pascal

**Describe the bug** When I want to export output with docker image (same result with latest or master) I got all espace sequences when there are error in my specification...

enhancement

**Bug Report** We can't use TypeVar with star operator, maybe I wrongly used TypeVar. Thanks **To Reproduce** ```python T = TypeVar("T", str, int) def test(a: Sequence[T]) -> list[T]: return [*a]...

bug