diff options
| author | Juan Marin Noguera <juan@mnpi.eu> | 2022-11-12 20:26:28 +0100 |
|---|---|---|
| committer | Juan Marin Noguera <juan@mnpi.eu> | 2022-11-17 21:06:27 +0100 |
| commit | 4ec153416ca4343828ee38795ec165af40f850f2 (patch) | |
| tree | ddb2ca4fd69f4fdb205beb3b1665314bc1fb55e9 /pia/n.lyx | |
| parent | aaa417e16cceb5642ed6cd6e81526283376c9f09 (diff) | |
PIA tema 4
Diffstat (limited to 'pia/n.lyx')
| -rw-r--r-- | pia/n.lyx | 40 |
1 files changed, 39 insertions, 1 deletions
@@ -7,6 +7,10 @@ \textclass book \begin_preamble \input{../defs} +\definecolor{codegreen}{rgb}{0,0.6,0} +\definecolor{codegray}{rgb}{0.5,0.5,0.5} +\definecolor{codepurple}{rgb}{0.58,0,0.82} +\definecolor{backcolour}{rgb}{0.95,0.95,0.92} \end_preamble \use_default_options true \begin_modules @@ -78,7 +82,7 @@ algorithm2e \papercolumns 1 \papersides 1 \paperpagestyle empty -\listings_params "basicstyle={\ttfamily}" +\listings_params "basicstyle={\ttfamily},breaklines=true,backgroundcolor={\color{backcolour}},commentstyle={\color{codegreen}},keywordstyle={\color{magenta}},numberstyle={\tiny\color{codegray}},stringstyle={\color{codepurple}},breakatwhitespace=false,captionpos=b,keepspaces=true,numbers=left,numbersep=5pt" \tracking_changes false \output_changes false \html_math_output 0 @@ -162,6 +166,26 @@ https://en.wikipedia.org/wiki/Reduction_strategy el 25 de septiembre de 2022. \end_layout +\begin_layout Itemize +Simon Marlow (ed.) +\emph on +Haskell 2010 Language Report +\emph default + (2010). + Recuperado de +\begin_inset Flex URL +status open + +\begin_layout Plain Layout + +https://www.haskell.org/onlinereport/haskell2010/haskell.html +\end_layout + +\end_inset + +. +\end_layout + \begin_layout Chapter Introducción \end_layout @@ -204,5 +228,19 @@ filename "n3.lyx" \end_layout +\begin_layout Chapter +Haskell +\end_layout + +\begin_layout Standard +\begin_inset CommandInset include +LatexCommand input +filename "n4.lyx" + +\end_inset + + +\end_layout + \end_body \end_document |
