We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00331a1 commit 0e138e9Copy full SHA for 0e138e9
3 files changed
src/Language/PureScript/Ide/Filter/Declaration.hs
@@ -54,6 +54,5 @@ declarationTypeToText ValueOperator = "valueoperator"
54
declarationTypeToText TypeOperator = "typeoperator"
55
declarationTypeToText Module = "module"
56
57
-
58
instance ToField DeclarationType where
59
toField d = SQLText $ declarationTypeToText d
0 commit comments