Safe Haskell | None |
---|---|
Language | Haskell2010 |
Ribosome.Data.ScratchOptions
Documentation
data ScratchOptions Source #
Constructors
ScratchOptions | |
Instances
class HasScratchOptions c where Source #
Minimal complete definition
Methods
scratchOptions :: Lens' c ScratchOptions Source #
bottom :: Lens' c Bool Source #
float :: Lens' c (Maybe FloatOptions) Source #
focus :: Lens' c Bool Source #
mappings :: Lens' c [Mapping] Source #
maxSize :: Lens' c (Maybe Int) Source #
modify :: Lens' c Bool Source #
resize :: Lens' c Bool Source #
size :: Lens' c (Maybe Int) Source #
syntax :: Lens' c [Syntax] Source #
Instances
scratchSyntax :: [Syntax] -> ScratchOptions -> ScratchOptions Source #
scratchMappings :: [Mapping] -> ScratchOptions -> ScratchOptions Source #
scratchSize :: Int -> ScratchOptions -> ScratchOptions Source #