| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Drasil.LessonPlan.Sections
Synopsis
- intro :: [Contents] -> [Section] -> Section
- learnObj :: [Contents] -> [Section] -> Section
- caseProb :: [Contents] -> [Section] -> Section
- example :: [Contents] -> [Section] -> Section
- appendix :: [Contents] -> [Section] -> Section
- review :: [Contents] -> [Section] -> Section
- reference :: [Contents] -> [Section] -> Section
- summary :: [Contents] -> [Section] -> Section
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?