Skip to content

Commit 7e44ef4

Browse files
committed
more clear pattern match
1 parent 58735ce commit 7e44ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeWorld/Tasks/Picture.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ instance Show Picture where
157157
[ showAPIFunction "circle" $ formatStyle s
158158
, show r
159159
]
160-
AnyArc Solid r1 r2 a -> ["sector", show r1, show r2, show a]
160+
Sector r1 r2 a -> ["sector", show r1, show r2, show a]
161161
AnyArc s r1 r2 a ->
162162
[ showAPIFunction "arc" $ formatStyle s
163163
, show r1

0 commit comments

Comments
 (0)