Skip to content

Commit

Permalink
haskell-cs: minor aesthetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Nov 8, 2021
1 parent 5f2ba12 commit 6f3f640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-cs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ \section{Pattern Matching \hfill \small(fn. declaration, lambda, case, let, wher

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

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

0 comments on commit 6f3f640

Please sign in to comment.