JackRose-0.8: Spaced repetition web server

Copyright(c) Michael Mounteney, 2015
LicenseBSD 3 clause
Maintainerthe project name, all lower case, at landcroft dot com
Stabilityexperimental
Portabilityundefined
Safe HaskellSafe
LanguageHaskell2010

TextList

Description

 

Synopsis

Documentation

enSerialise :: [Text] -> Text Source #

Losslessly encode a list of Texts as one Text.

deSerialise :: Text -> [Text] Source #

Reverse of enSerialise.