futhark-0.21.9: An optimising compiler for a functional, array-oriented language.
Safe HaskellNone
LanguageHaskell2010

Futhark.LSP.Handlers

Description

The handlers exposed by the language server.

Synopsis

Documentation

handlers :: MVar State -> Handlers (LspM ()) Source #

Given an MVar 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.