Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- intro :: [Contents] -> [Section] -> Section
- learnObj :: [Contents] -> [Section] -> Section
- review :: [Contents] -> [Section] -> Section
- caseProb :: [Contents] -> [Section] -> Section
- summary :: [Contents] -> [Section] -> Section
- appendix :: [Contents] -> [Section] -> Section
- reference :: [Contents] -> [Section] -> Section
- example :: [Contents] -> [Section] -> Section
- sectionReferences :: [Reference]
- introLabel :: Reference
- learnObjLabel :: Reference
- docPurposeLabel :: Reference
- referenceLabel :: Reference
- reviewLabel :: Reference
- caseProbLabel :: Reference
- appendixLabel :: Reference
- summaryLabel :: Reference
- exampleLabel :: Reference
Section Constructors
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?
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?
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?
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?
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?
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?
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?
Section References
introLabel :: Reference Source #
Individual section reference labels. Used in creating example sections for the notebook.
learnObjLabel :: Reference Source #
Individual section reference labels. Used in creating example sections for the notebook.
docPurposeLabel :: Reference Source #
Individual section reference labels. Used in creating example sections for the notebook.
referenceLabel :: Reference Source #
Individual section reference labels. Used in creating example sections for the notebook.
reviewLabel :: Reference Source #
Individual section reference labels. Used in creating example sections for the notebook.
caseProbLabel :: Reference Source #
Individual section reference labels. Used in creating example sections for the notebook.
appendixLabel :: Reference Source #
Individual section reference labels. Used in creating example sections for the notebook.
summaryLabel :: Reference Source #
Individual section reference labels. Used in creating example sections for the notebook.
exampleLabel :: Reference Source #
Individual section reference labels. Used in creating example sections for the notebook.