drasil-lesson-plan-0.0.1: A framework for code and document generation for scientific software - Lesson Plan SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Drasil.LessonPlan.Sections

Synopsis

Documentation

intro :: [Contents] -> [Section] -> Section Source #

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

learnObj :: [Contents] -> [Section] -> Section Source #

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

caseProb :: [Contents] -> [Section] -> Section Source #

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

example :: [Contents] -> [Section] -> Section Source #

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

appendix :: [Contents] -> [Section] -> Section Source #

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

review :: [Contents] -> [Section] -> Section Source #

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

reference :: [Contents] -> [Section] -> Section Source #

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

summary :: [Contents] -> [Section] -> Section Source #

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?