From e06061a2d5717bee9b0b4fcaf72d3c79923e4016 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Wed, 13 Mar 2024 06:01:18 +0100 Subject: chore: drop unused app/Extract.hs --- app/Extract.hs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/Extract.hs (limited to 'app') diff --git a/app/Extract.hs b/app/Extract.hs deleted file mode 100644 index e351898..0000000 --- a/app/Extract.hs +++ /dev/null @@ -1,17 +0,0 @@ -module Extract where - -data Comment = Comment - { -- result fields - file :: String, - file_type :: FileType, - -- match fields - kind :: String, - name :: String, - text :: T.Text, - start :: Position, - end :: Position - } - -extractComments :: T.Text -> IO [Comment] -extractComments = do - parer <- ts_parser_new -- cgit v1.2.3