Buffer
Description
An Editor backend implementation, made of the instance of Engine of InsideAppend.
Documentation
data InsideAppend Source
See the Engine class docs
Constructors
Inside | the cursor when its pointing to a real line (eg line function doesn't fail) |
Append | the cursor is pointing either to insert at the front of the file or append at the end of the file. |
Instances