packages feed

matterhorn-50200.4.0: src/State/Editing.hs-boot

module State.Editing
  ( Direction(..)
  , tabComplete
  )
where

import Types ( MH )

data Direction = Forwards | Backwards
tabComplete :: Direction -> MH ()