Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 3 additions & 2 deletions site/css/hl.css
Original file line number Diff line number Diff line change
Expand Up @@ -4744,8 +4744,9 @@ pre .hs-keyglyph {
color: #f0ad4e;
}
.bs-callout-info {
border-left-color: #5bc0de;
border-left-color: #9E358F;
}
.bs-callout-info h4 {
color: #5bc0de;
color: #000;
}

16 changes: 11 additions & 5 deletions site/documentation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ page: documentation
isDocumentation: true
---

# Documentation

This page lists various resources to help you with Haskell. Resources marked with \[$$\] require payment.

If you are new to Haskell and are not sure where to start from, we recommend [CIS194](https://www.seas.upenn.edu/~cis194/spring13/lectures.html). CIS194 is the introductory Haskell course of the University of Pennsylvania; it is free, thorough, practical and will guide you from the basics to advanced features of the language.
<div class="bs-callout bs-callout-info">
<h4>Documentation</h4>
<p>
This page lists various resources to help you with Haskell. Resources marked with <span>[$$]</span> require payment.
</p>
<p>
If you are new to Haskell and are not sure where to start from, we recommend
<a href="https://www.seas.upenn.edu/~cis194/spring13/lectures.html" target="_blank">CIS194</a>.
<b>CIS194</b> is the introductory Haskell course of the University of Pennsylvania; it is free, thorough, practical, and will guide you from the basics to advanced features of the language.
</p>
</div>

## Introductory Books for Learning Haskell

Expand Down