package vcaml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml bindings for the Neovim API
Install
dune-project
Dependency
Authors
Maintainers
Sources
vcaml-v0.15.0.tar.gz
sha256=0dbf2526a24d838988ae9a327550fdd9f0328dbdca9d026430fb4b579e0e0442
doc/vcaml.nvim_internal/Nvim_internal/Phantom/index.html
Module Nvim_internal.PhantomSource
Source
type _ t = | Nil : unit t| Integer : int t| Boolean : bool t| Float : float t| Array : 'a t -> 'a list t| Tuple : 'a t * int -> 'a list t| Dict : (Msgpack.t * Msgpack.t) list t| String : string t| Buffer : Buffer.t t| Window : Window.t t| Tabpage : Tabpage.t t| Luaref : Luaref.t t| Object : Msgpack.t t| Custom : (module Msgpack.Msgpackable with type t = 'a) -> 'a t
For use in pattern matching. For example, if you have a 'a Phantom.t * 'a, if a pattern match on the phantom succeeds on Integer, then 'a unifies with int. Use Custom for serialization & deserialization of custom types.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>