packages feed

ribosome-0.3.0.0: lib/Ribosome/Menu/Prompt/Data/CursorUpdate.hs

module Ribosome.Menu.Prompt.Data.CursorUpdate where

data CursorUpdate =
  Unmodified
  |
  OneLeft
  |
  OneRight
  |
  Append
  |
  Prepend
  |
  Index Int
  deriving (Eq, Show)