 | CLASE-2008.7.21: Cursor Library for A Structured Editor | Contents | Index |
|
Data.Cursor.CLASE.Persistence |
|
|
|
|
Documentation |
|
showCursor :: forall l x a. Persistable l => Cursor l x a -> String |
|
showRoute :: Persistable l => Route l from to -> String |
|
parseCursor :: Persistable l => String -> Maybe (RestoredCursor l) |
|
parseRoute :: (Persistable l, Reify l from) => Bool -> String -> Maybe (RestoredRoute l from) |
|
class (Language l, PersistenceAdapter l, Reify l l) => Persistable l where |
|
|
class PersistenceAdapter l where |
| Methods | showL :: l -> String | | parseL :: Parser l |
|
|
|
data RestoredCursor l where |
|
|
data RestoredRoute l from where |
|
|
data RestoredPath l r a where |
|
|
readParser :: (Show a, Read a) => Bool -> Parser a |
|
Produced by Haddock version 2.2.2 |