briansunter / haskell-supermemo

An implementation of the supermemo 2 flash card spaced repetition algorithm.

Repository from Github https://github.combriansunter/haskell-supermemoRepository from Github https://github.combriansunter/haskell-supermemo

SuperMemo 2

An implementation of the supermemo 2 flash card spaced repetition algorithm.

Install

stack install

Test

stack test

Usage

nextInterval defaultInterval Hard => Interval {reps = 2, easiness = 5 % 2, days = 2 % 1}

About

An implementation of the supermemo 2 flash card spaced repetition algorithm.

License:MIT License


Languages

Language:Haskell 100.0%