Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Lesson plan notebook chapter types.
Synopsis
- type LsnDesc = [LsnChapter]
- data LsnChapter
- newtype Intro = IntrodProg [Contents]
- newtype LearnObj = LrnObjProg [Contents]
- newtype Review = ReviewProg [Contents]
- newtype CaseProb = CaseProbProg [Contents]
- newtype Example = ExampleProg [Contents]
- newtype Smmry = SmmryProg [Contents]
- newtype Apndx = ApndxProg [Contents]
- data DLPlate f = DLPlate {}
Lesson Chapter Types
type LsnDesc = [LsnChapter] Source #
data LsnChapter Source #
Introduction
Learning Objectives
Review Chapter
A Case Problem
Examples of the lesson
Summary
Appendix
Multiplate Definition and Type
Instances
Multiplate DLPlate Source # | |
Defined in Drasil.DocumentLanguage.Notebook.Core multiplate :: forall (f :: Type -> Type). Applicative f => DLPlate f -> DLPlate f mkPlate :: (forall a. Projector DLPlate a -> a -> f a) -> DLPlate f |