Skip to content

Spanish translation of lesson 02: Functions, Data Types and Signatures #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 34 commits into
base: main-changes
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
4b4d9c3
Published lesson 9
rober-m Nov 24, 2022
215b412
published lesson 10
rober-m Dec 21, 2022
30c659f
Published lesson 11 (Basic IO)
rober-m Jan 24, 2023
a6a89e2
added lesson 11 images
rober-m Jan 26, 2023
77b0630
fixed $ symbol rendering problem when inside a Haskell markdown block
rober-m Feb 1, 2023
1f012a9
Update Homework07.hs
rober-m Mar 24, 2023
14a30c0
Update outline
rober-m May 22, 2023
a665d15
published lesson 12 and 13
rober-m May 30, 2023
ee7a0f4
added devcontainer
rober-m Jun 12, 2023
227e4a5
Publish lesson 14 - Cabal and Language Extensions
rober-m Jun 12, 2023
e6fd3f7
Added Lesson's 14 homework
rober-m Jun 12, 2023
e01ea67
Updated course tagline
rober-m Jun 13, 2023
a386cef
Published Handling Errors lesson
rober-m Jul 24, 2023
65cd2ef
Updated homework
rober-m Jul 24, 2023
1f56d78
Update Homework03.hs (#31)
BBoal Jul 27, 2023
7b27908
Update Question 1 to be more precise (#29)
cipherlogs Jul 27, 2023
6c5e46e
Update LICENSE
rober-m Dec 22, 2023
8557b67
Published lesson 16
rober-m Feb 16, 2024
700a632
Published lesson 17 - Semigroup and Monoid
rober-m Feb 23, 2024
b7baac9
Published lesson 18 - Functors
rober-m Apr 4, 2024
31b918b
Published lesson 19 - Applicative Functors and Effects
rober-m May 6, 2024
eca7f43
Delete Canvas link (#40)
jarturomora Jan 28, 2025
422613b
versión con traducción parcial
polubilla Apr 24, 2025
2f0d715
nc
polubilla Apr 24, 2025
df6ce73
Delete ES-translation/Lecciones/02-Funciones-Tipo-de-Datos-Firmas-Tmp…
polubilla Apr 24, 2025
b7cc05b
version parcialemente traducida
polubilla Apr 24, 2025
dfdef42
con Kernel Haskell
polubilla Apr 24, 2025
fb73b90
traduccion parcial-1307
polubilla Apr 24, 2025
04a3b12
version 20250425-1331
polubilla Apr 25, 2025
4b4aafc
versión final 2025abr25 - 1439
polubilla Apr 25, 2025
e70b786
version final 2025abr25 - 1540
polubilla Apr 25, 2025
e4e6a74
Delete ES-translation/Lecciones/02-Funciones-Tipo-de-Datos-Firmas.ipynb
polubilla Apr 29, 2025
bb6b099
version final 2025abr25 - 1540
polubilla Apr 29, 2025
43fb07b
Add files via upload
polubilla Apr 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ghcr.io/jamesdbrock/ihaskell-notebook:master
# FROM ghcr.io/ihaskell/ihaskell-notebook:master

RUN pip install RISE

# RUN stack install Decimal http-conduit ansi-terminal
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"build": { "dockerfile": "Dockerfile" }
}
Loading