Skip to content

Commit 6f3f640

Browse files
committed
haskell-cs: minor aesthetic change
1 parent 5f2ba12 commit 6f3f640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-cs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ \section{Pattern Matching \hfill \small(fn. declaration, lambda, case, let, wher
267267

268268
\lI[custom] user-defined type & MyData a b c \li
269269
ignore second field & MyData a \verb+_+ c \li
270-
user-defined record type & MyR \{ f1=x, f2=y \}
270+
user-defined record type & MyR \{f1=x, f2=y\}
271271

272272
\lI[as-pattern] tuple \C{s} and its values & s@(a,b) \li
273273
list \C{a}, its head and tail & a@(x:xs) \li

0 commit comments

Comments
 (0)