ribosome-host-0.9.9.9: Neovim plugin host for Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ribosome.Host.Data.BootError

Description

The fatal error type

Synopsis

Documentation

newtype BootError Source #

This type represents the singular fatal error used by Ribosome.

Contrary to all other errors, this one is used with Error instead of Stop. It is only thrown from intialization code of interpreters when operation of the plugin is impossible due to the error condition.

Constructors

BootError 

Fields