fix hamlet description for FFP in Database.hs

This commit is contained in:
Felix Hamann 2019-02-26 22:22:01 +01:00
parent 3c6f0f8dcf
commit 835ca73c2f

View File

@ -224,15 +224,15 @@ fillDb = do
{ courseName = "Fortgeschrittene Funktionale Programmierung"
, courseDescription = Just [shamlet|
<h2>It is fun!
<p>Come to where the functional is!
<section>
<h3>Functional programming can be done in Haskell!
<p>This is not a joke, this is serious!
<section>
<h3>Consider some numbers
<ul>
$forall n <- nbrs
<li>Number #{n}
<p>Come to where the functional is!
<section>
<h3>Functional programming can be done in Haskell!
<p>This is not a joke, this is serious!
<section>
<h3>Consider some numbers
<ul>
$forall n <- nbrs
<li>Number #{n}
|]
, courseLinkExternal = Nothing
, courseShorthand = "FFP"