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

Futhark.LSP.Handlers

Description

The handlers exposed by the language server.

Synopsis

Documentation

handlers :: IORef State -> 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.