Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Cmd.RulerCmd

Description

Cmds to manipulate the ruler.

This is a subset of the features in Cmd.Repl.LRuler, specifically the subset I want to bind to keys. Perhaps I should move the logic from LRuler here and have LRuler use these definitions.

Documentation

local_clip :: Cmd.M m => m () Source #

local_double :: Cmd.M m => m () Source #

local :: Cmd.M m => (Meter.Meter -> Meter.Meter) -> m () Source #