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.Renderer

Description

Document language for lesson plan notebooks.

Synopsis

Documentation

render :: LessonPlan -> LsnDesc -> (CI -> CI -> Sentence) -> Document Source #

Renders a LessonPlan using a LsnDesc (a description of the document contents and organization) and a title combinator merging "notebook" with the name of the LessonPlan.