purescript-0.8.5.0: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell98

Language.PureScript.Ide.Types

Description

Type definitions for psc-ide

Documentation

data PursuitResponse Source

Constructors

ModuleResponse ModuleIdent Text

A Pursuit Response for a module. Consists of the modules name and the package it belongs to

DeclarationResponse Text ModuleIdent DeclIdent Text

A Pursuit Response for a declaration. Consist of the declarations type, module, name and package