nvim-hs-0.0.2: Haskell plugin backend for neovim

Copyright(c) Sebastian Witte
LicenseApache-2.0
Maintainerwoozletoff@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Neovim.Classes

Description

 

Synopsis

Documentation

class NvimObject o where Source

Conversion from Object files to Haskell types and back with respect to neovim's interpretation.

Minimal complete definition

toObject

type Dictionary = Map ByteString Object Source

A generic vim dictionary is a simply a map from strings to objects. This type alias is sometimes useful as a type annotation especially if the OverloadedStrings extension is enabled.

module Data.Int