lojbanios-0.1.0.0: Lojban teaching platform
Safe HaskellSafe-Inferred
LanguageHaskell2010

Core

Synopsis

Dictionary

type WordGenerator = StdGen -> (Text, StdGen) Source #

Courses

data Course Source #

Instances

Instances details
Show Course Source # 
Instance details

Defined in Core

data CourseStyle Source #

Instances

Instances details
Show CourseStyle Source # 
Instance details

Defined in Core

data Lesson Source #

Instances

Instances details
Show Lesson Source # 
Instance details

Defined in Core

data Vocabulary Source #

Instances

Instances details
Semigroup Vocabulary Source # 
Instance details

Defined in Core

Show Vocabulary Source # 
Instance details

Defined in Core

Decks

data DeckStore Source #

Constructors

DeckStore 

Translations

type TranslationGenerator = StdGen -> (Translation, StdGen) Source #

Exercises

type MaybeExerciseGenerator = StdGen -> (Maybe Exercise, StdGen) Source #

data ExerciseSentence Source #

Constructors

ExerciseSentence 

Fields

Instances

Instances details
Show ExerciseSentence Source # 
Instance details

Defined in Core