Skip to content

Commit 0e138e9

Browse files
committed
wip
1 parent 00331a1 commit 0e138e9

3 files changed

Lines changed: 310 additions & 266 deletions

File tree

src/Language/PureScript/Ide/Filter/Declaration.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,5 @@ declarationTypeToText ValueOperator = "valueoperator"
5454
declarationTypeToText TypeOperator = "typeoperator"
5555
declarationTypeToText Module = "module"
5656

57-
5857
instance ToField DeclarationType where
5958
toField d = SQLText $ declarationTypeToText d

0 commit comments

Comments
 (0)