packages feed

futhark-0.25.36: src/Futhark/LSP/CommandType.hs

module Futhark.LSP.CommandType (CommandType (..)) where

data CommandType
  = CodeLens
  deriving (Show, Read, Enum, Bounded)