futhark-0.25.15: An optimising compiler for a functional, array-oriented language.
Safe HaskellSafe-Inferred
LanguageGHC2021

Futhark.LSP.Handlers

Description

The handlers exposed by the language server.

Synopsis

Documentation

handlers :: IORef State -> ClientCapabilities -> Handlers (LspM ()) Source #

Given an IORef tracking the state, produce a set of handlers. When we want to add more features to the language server, this is the thing to change.