CLASE-2009.2.11: Cursor Library for A Structured Editor

Data.Cursor.CLASE.Persistence

Documentation

showCursor :: forall l x a. Persistable l => Cursor l x a -> StringSource

data RestoredCursor l whereSource

Constructors

RestoredCursor :: Reify l x => Cursor l x a -> RestoredCursor l 

data RestoredRoute l from whereSource

Constructors

RestoredRoute :: Reify l to => Route l from to -> RestoredRoute l from 

data RestoredPath l r a whereSource

Constructors

RestoredPath :: Reify l b => Path l r a b -> RestoredPath l r a