From d0eb4ce6473089858305b90e368bf8c76d11f981 Mon Sep 17 00:00:00 2001
From: Alice BRENON <alice.brenon@ens-lyon.fr>
Date: Thu, 7 Sep 2023 18:49:27 +0200
Subject: [PATCH] Deleting old draft which shouldn't have been versioned in the
 first place

---
 scripts/parallel-metadata.hs | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 scripts/parallel-metadata.hs

diff --git a/scripts/parallel-metadata.hs b/scripts/parallel-metadata.hs
deleted file mode 100644
index eb647e6..0000000
--- a/scripts/parallel-metadata.hs
+++ /dev/null
@@ -1,15 +0,0 @@
-type Link = (String, String, Int, Int, Int, Int)
---(headWord, uid, tomeEDdA, rankEDda, tomeLGE, rankLGE)
-type Source_Meta = (Int, Int, String, Authors, Domains, Domains)
---(T,article,head,author,ARTFL_domain,ENCCRE_domain)
-
-join :: 
-
-lgeMeta ::  -> Article
-lgeMeta (headWord, uid, tomeEDdA, rankEDda, tomeLGE, rankLGE)
-
-Right edda <- (decode HasHeader <$> B.readFile "../EDdA/metadata.csv" :: IO (Either String (Data.Vector.Vector (String, String, Int, Int, Int, Int))))
-Right edda <- (decode HasHeader <$> B.readFile "../EDdA/metadata.csv" :: IO (Either String (Data.Vector.Vector (String, String, Int, Int, Int, Int))))
-
-main :: IO ()
-main =
-- 
GitLab