{-# LANGUAGE OverloadedStrings #-}
module Study.Courses.English.Vocabulary.Brivla.Lessons where
import Core
import Study.Courses.English.Vocabulary.Brivla.Exercises
import Study.Courses.English.Vocabulary.Brivla.Vocabulary
lesson01 :: Lesson
lesson01 :: Lesson
lesson01 = Text
-> ExerciseGenerator
-> Maybe Pandoc
-> Maybe Pandoc
-> Maybe Vocabulary
-> Lesson
Lesson Text
"Deck #1" ExerciseGenerator
exercises01 Maybe Pandoc
forall a. Maybe a
Nothing Maybe Pandoc
forall a. Maybe a
Nothing (Vocabulary -> Maybe Vocabulary
forall a. a -> Maybe a
Just Vocabulary
vocabulary01)
lesson02 :: Lesson
lesson02 :: Lesson
lesson02 = Text
-> ExerciseGenerator
-> Maybe Pandoc
-> Maybe Pandoc
-> Maybe Vocabulary
-> Lesson
Lesson Text
"Deck #2" ExerciseGenerator
exercises02 Maybe Pandoc
forall a. Maybe a
Nothing Maybe Pandoc
forall a. Maybe a
Nothing (Vocabulary -> Maybe Vocabulary
forall a. a -> Maybe a
Just Vocabulary
vocabulary02)
lesson03 :: Lesson
lesson03 :: Lesson
lesson03 = Text
-> ExerciseGenerator
-> Maybe Pandoc
-> Maybe Pandoc
-> Maybe Vocabulary
-> Lesson
Lesson Text
"Deck #3" ExerciseGenerator
exercises03 Maybe Pandoc
forall a. Maybe a
Nothing Maybe Pandoc
forall a. Maybe a
Nothing (Vocabulary -> Maybe Vocabulary
forall a. a -> Maybe a
Just Vocabulary
vocabulary03)
lesson04 :: Lesson
lesson04 :: Lesson
lesson04 = Text
-> ExerciseGenerator
-> Maybe Pandoc
-> Maybe Pandoc
-> Maybe Vocabulary
-> Lesson
Lesson Text
"Deck #4" ExerciseGenerator
exercises04 Maybe Pandoc
forall a. Maybe a
Nothing Maybe Pandoc
forall a. Maybe a
Nothing (Vocabulary -> Maybe Vocabulary
forall a. a -> Maybe a
Just Vocabulary
vocabulary04)
lesson05 :: Lesson
lesson05 :: Lesson
lesson05 = Text
-> ExerciseGenerator
-> Maybe Pandoc
-> Maybe Pandoc
-> Maybe Vocabulary
-> Lesson
Lesson Text
"Deck #5" ExerciseGenerator
exercises05 Maybe Pandoc
forall a. Maybe a
Nothing Maybe Pandoc
forall a. Maybe a
Nothing (Vocabulary -> Maybe Vocabulary
forall a. a -> Maybe a
Just Vocabulary
vocabulary05)