drasil-docLang-0.1.26.0: A framework for code and document generation for scientific software - Document Language SubPackage
Safe HaskellNone
LanguageHaskell2010

Drasil.NBSections.Body

Contents

Description

Defines lesson plan notebook section constructors.

Synopsis

Constructors

reviewSec :: [Contents] -> Section Source #

Review Section.

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

Main Idea Section.

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

Method and Analysis Section.

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

Example Section.