Skip to content
Snippets Groups Projects
Commit d0eb4ce6 authored by Alice Brenon's avatar Alice Brenon
Browse files

Deleting old draft which shouldn't have been versioned in the first place

parent 6c057015
No related branches found
No related tags found
No related merge requests found
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 =
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment