From 835ca73c2f072ccc86b2cd60ac6b273bfb773249 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Tue, 26 Feb 2019 22:22:01 +0100 Subject: [PATCH] fix hamlet description for FFP in Database.hs --- test/Database.hs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/test/Database.hs b/test/Database.hs index 69ef0a541..daef8d28a 100755 --- a/test/Database.hs +++ b/test/Database.hs @@ -224,15 +224,15 @@ fillDb = do { courseName = "Fortgeschrittene Funktionale Programmierung" , courseDescription = Just [shamlet|

It is fun! -

Come to where the functional is! -

-

Functional programming can be done in Haskell! -

This is not a joke, this is serious! -

-

Consider some numbers -
    - $forall n <- nbrs -
  • Number #{n} +

    Come to where the functional is! +

    +

    Functional programming can be done in Haskell! +

    This is not a joke, this is serious! +

    +

    Consider some numbers +
      + $forall n <- nbrs +
    • Number #{n} |] , courseLinkExternal = Nothing , courseShorthand = "FFP"