Skip to content

Commit

Permalink
haskell-cs: update structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Nov 8, 2021
1 parent 9a30723 commit 5f2ba12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions haskell-cs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
\section{Structure}

\begin{verbatim}
func :: type -> type
func x = expr
function :: type -> type
function x = expr
fung :: type -> [type] -> type
fung x xs = expr
function2 :: type -> [type] -> type
function2 x xs = expr
main = do code
code
...
main = do
action
...
\end{verbatim}


Expand Down

0 comments on commit 5f2ba12

Please sign in to comment.